[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / tests / test-831.cs
1 using System.Diagnostics;
2
3 class C
4 {
5         [Conditional ("true")]
6         static void Test ()
7         {
8         }
9
10         public static void Main ()
11         {
12         }
13 }