[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / tests / test-356.cs
1 public class MainClass {
2         public static void Main () {
3                 const int size = sizeof(int);
4         }
5 }
6