Merge pull request #3766 from BrzVlad/feature-default-conc
[mono.git] / mcs / errors / cs1904.cs
1 // CS1904: `4013' is not a valid warning number
2 // Line: 0
3 // Compiler options: -nowarn:4014,4013
4
5 class ClassMain {
6         public static void Main () {}
7 }
8