- MonthCalendar.cs: Removed MonoTodo attributes on Click and
[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