[mini] Fix test compiling when running !MOBILE
[mono.git] / mcs / errors / cs1001-2.cs
1 // CS1001: Missing identifier to pre-processor directive
2 // Line: 5
3
4 #if false
5         #define
6 #endif