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-01-03 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
cs0518.cs
blob
50dfebaba71cf131dc3d6216c0ffecf9adf671d9
1
// cs0518.cs: The predefined type `System.Object' is not defined or imported
2
// Line: 0
3
// Compiler options: -nostdlib
4
5
class
MainClass
6
{
7
public static void
Main
()
8
{
9
}
10
}