Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs1900.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0648f289015f4077d429e41e8d9a017db45451fa (plain)
1
2
3
4
5
6
7
8
// cs1900.cs: Warning level must be in the range 0-4
// Line: 0
// Compiler options: -warn:-1

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