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
Fix LLVM linker flags for 6.0.
[mono-project.git]
/
mcs
/
tests
/
test-916.cs
blob
f63c1c26465bf82f537c5cfad99f69ef6553715c
1
public class
Foo
2
{
3
public static class
Nested
4
{
5
static int
bar
()
6
{
7
return
0
;
8
}
9
10
public static void
Main
()
11
{
12
var
i
=
bar
();
13
{
14
bool
bar
=
false
;
15
}
16
}
17
}
18
}
19