2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs2019.cs
blob8a0c4fa3e3313e982967085debcef31b69a22fd3
1 // cs2019.cs: Invalid target type for -target. Valid options are `exe', `winexe', `library' or `module'
2 // Line: 0
3 // Compiler options: -target:unknown
5 class ClassMain {
6 public static void Main () {}