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: 58f82ae05731d0914386e017517e2055e53c2b3d (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 () {}
}