fd00cf38a470534f7b58749d7ad4c6f1005e03dc
[mono.git] / mcs / errors / cs1040.cs
1 // CS1040: Preprocessor directives must appear as the first non-whitespace character on a line
2 // Line: 5
3 // Compiler options: -t:library
4
5 /*    */ #define AA
6