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
2009-06-26 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
cs2017.cs
blob
42ed9c5977af65ac05fdc635d8d8722739c75b6c
1
// cs2017.cs: Cannot specify -main if building a module or library
2
// Line: 0
3
// Compiler options: -main:ClassMain -target:library
4
5
class
ClassMain
{
6
public static void
Main
() {}
7
}
8