[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / tests / test-531.cs
1 // Compiler options: -r:test-531-lib.dll
2
3 public class Test
4 {
5    public static void Main()
6    {
7       System.Console.WriteLine(TestLib.FOO);
8    }
9 }