repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixes the mono/tests/gc-graystack-stress test on Windows x64
[mono-project.git]
/
mcs
/
errors
/
cs0520.cs
blob
5880dbcb07b25549b62ee0a8e00fe5e7c26bba6d
1
// CS0520: The predefined type `System.Object' is not declared correctly
2
// Line: 7
3
// Compiler options: -nostdlib
4
5
namespace
System
6
{
7
struct
Object
8
{
9
}
10
}