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
/
cs0017.cs
blob
ef492792e83c83363e3687023e2d651b7e6b4a2f
1
// cs0017.cs: Program `cs0017.exe' has more than one entry point defined: `X.Main()'
2
// Line: 7
3
class
X
{
4
static void
Main
() {}
5
}
6
class
Y
{
7
static void
Main
() {
8
}
9
}