Merge pull request #5675 from mono/glib-debug-symbols
[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