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