[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / tests / test-797.cs
1 // Compiler options: -warnaserror -debug
2
3 #pragma checksum "c:\foo\Pragma.txt" "{606ea660-14cf-cc82-b6f0-42d48170a799}" "AB"
4 #pragma checksum "b.txt" "{ee1816fc-aa5e-4d10-8ff7-6f4963833f60}" "EE0BAA"
5 #pragma checksum "d.txt" "{ee1816fc-aa5e-4d10-8ff7-6f4963833f60}" "7F9B77ACAA31C1F80B3DA15F6E748916"
6 #pragma checksum " " "{00000000-0000-0000-0000-000000000000}" ""  // some comments
7
8 class C
9 {
10         public static void Main ()
11         {
12         }
13 }