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: a551c2a7cded4959fc08757bb53150328dd627e1 (plain)
1
2
3
4
5
6
7
8
// CS1904: `-1' is not a valid warning number
// Line: 0
// Compiler options: -nowarn:1,-1

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