[amd64] Add XMM registers to MonoContext on linux
[mono.git] / mcs / errors / cs2019.cs
1 // CS2019: Invalid target type for -target. Valid options are `exe', `winexe', `library' or `module'
2 // Line: 0
3 // Compiler options: -target:unknown
4
5 class ClassMain {
6         public static void Main () {}
7 }
8