[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / tests / gtest-553.cs
blob5c9406bfb86b0028c88c6eb9fae7a3391ffb4309
1 // Compiler options: -r:gtest-553-lib.dll
3 class C
5 public static int Main ()
7 new A.C<int> ();
8 new B.C<byte> ();
9 return 0;