summaryrefslogtreecommitdiff
path: root/mcs/errors/cs2019.cs
blob: 730ee6f299ce0e11e39a0a1a0aed8979324f75f4 (plain)
1
2
3
4
5
6
7
8
// CS2019: Invalid target type for -target. Valid options are `exe', `winexe', `library' or `module'
// Line: 0
// Compiler options: -target:unknown

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