Switch to compiler-tester
[mono.git] /
1 class Test<T> where T: struct{
2    public Test(){
3       T s = new T();
4    }
5 }
6
7 class X
8 {
9         static void Main ()
10         { }
11 }
12