Remove code moved to shared partition
[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 () {