[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / tests / gtest-265.cs
1 // Compiler options: -r:gtest-265-lib.dll
2
3 class Test
4 {
5         public static void Main ()
6         {
7                 A x = new A ();
8                 x.Whoa<int> (null);
9         }
10 }