In corlib/System.Runtime.InteropServices:
[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