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-10-20 Jb Evain <jbevain@novell.com>
[mcs.git]
/
tests
/
test-710.cs
blob
0fe59f33f537c7c42a57657fed1f52f874a437ee
1
// Compiler options: -warnaserror -warnaserror-:612,219
2
3
using
System
;
4
5
[
Obsolete
]
6
class
Z
7
{
8
}
9
10
class
C
11
{
12
public static void
Main
()
13
{
14
Z z
=
new
Z
();
15
}
16
}