[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / tests / test-571.cs
1 using System;
2 using System.Reflection;
3
4 using StringList = System.String;
5
6 [assembly: AssemblyTitle("Title")]
7
8 class Test {
9         public static void Main ()
10         {
11         }
12 }
13