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

cs1904.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7960c75f92e1f2b8d95ad5eccab690d3e1582be (plain)
1
2
3
4
5
6
7
8
// cs1904.cs: `-1' is not a valid warning number
// Line: 0
// Compiler options: -nowarn:1,-1

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