repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-04-02 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs2019.cs
blob
8a0c4fa3e3313e982967085debcef31b69a22fd3
1
// cs2019.cs: 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