0648f289015f4077d429e41e8d9a017db45451fa
[mono.git] / mcs / errors / cs1900.cs
1 // cs1900.cs: Warning level must be in the range 0-4
2 // Line: 0
3 // Compiler options: -warn:-1
4
5 class ClassMain {
6         public static void Main () {}
7 }
8