2005-06-29 Sureshkumar T <tsureshkumar@novell.com>
[mono.git] / mcs / errors / cs2019.cs
1 // cs2019.cs: Invalid target type for -target: must specify 'exe', 'winexe', 'library', or 'module'
2 // Line: 0
3 // Compiler options: -target:unknown
4
5 class ClassMain {
6         public static void Main () {}
7 }
8