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-918.cs
blob
e8e0f9f6657e07f294117c7f7929a686efb3aaa6
1
public class
Test
2
{
3
Test x
;
4
5
void
Foo
()
6
{
7
{
8
string
x
=
"dd"
;
9
}
10
11
{
12
x
=
null
;
13
}
14
15
x
=
new
Test
();
16
}
17
18
public static void
Main
()
{ }
19
}