summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1900.cs
blob: ed23e1f84ed483f6661d8cef6f4cf7fcaa9b7f70 (plain)
1
2
3
4
5
6
7
8
// CS1900: Warning level must be in the range 0-4
// Line: 0
// Compiler options: -warn:-1

class ClassMain {
        public static void Main () {}
}