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
resync
[mcs.git]
/
errors
/
cs1555.cs
blob
cbf5320f4ef0b581d3df66828130ad7635a740c7
1
// cs1555.cs: Could not find `DoesNotExist' specified for Main method
2
// Line: 0
3
// Compiler options: -main:DoesNotExist
4
5
public class
MainTest
6
{
7
public static void
Main
(
string
[]
args
)
8
{
9
}
10
}