[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / tests / gtest-002.cs
1 class Cell <X> {
2         X value;
3
4 }
5
6 class D {
7         public static void Main ()
8         {
9         }
10 }