[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs1032.cs
blob2e15ccc3018aa5c875db8704d5ab61dcaa395680
1 // CS1032: Cannot define or undefine preprocessor symbols after first token in file
2 // Line: 4
3 class X {
4 #define A
6 static void Main () {