[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / CS0122-15-lib.cs
1 public class Test
2 {
3         protected internal const int SomeValue = -1;
4 }
5
6