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
Take stars out of types where they make more sense.
[mono-project.git]
/
mcs
/
tests
/
test-575.cs
blob
1fc2f31d1126759fa573fbce64a63f390fb77b09
1
//
2
// This comes from bug 82064, sadly, Mono does not currently abort
3
// as it should on the extra value on the stack
4
//
5
using
System
;
6
using
System
.
IO
;
7
8
class
Program
9
{
10
public static void
Main
(
string
[]
args
)
11
{
12
using
(
StringWriter stringWriter
=
new
StringWriter
()) {
13
}
14
}
15
}