Reenable AOT, it wasn't enabled on the x86 buildbot anyway.
[mcs.git] / tests / gtest-151.cs
blob54fd9cceb617d3671e7082fa0c847864fc0c695c
1 class Test<T> where T: struct{
2 public Test(){
3 T s = new T();
7 class X
9 static void Main ()
10 { }