New test.
[mono.git] / mcs / errors / cs1040.cs
1 // cs1040.cs: 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