[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / errors / cs1025-2.cs
1 // CS1025 : Single-line comment or end-of-line expected
2 // Line: 6
3
4 #if DEBUG DEBUG
5 // ...
6 #endif