[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs1525-40.cs
1 // CS1525: Unexpected symbol `1', expecting `(' or `type'
2 // Line: 4
3
4 class M : 1
5 {
6 }