// CS0718: `S': static classes cannot be used as generic arguments // Line: 14 static class S { } class C { } class Test { C foo; }