Switch to compiler-tester
[mono.git] /
1 class Foo {
2         static void Main () {}
3 }
4
5 class Foo <T> {
6         static Foo <T> x;
7         static Foo <T> Blah { get { return x; } }
8 }