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-767.cs
blob
25ea6ccb88ffe369c238644b02d0b05840c24aea
1
class
Test
2
{
3
public static int
Foo
()
4
{
5
return
5
;
6
}
7
8
public static void
Main
()
9
{
10
}
11
}
12
13
struct
S
14
{
15
static int
v
=
Test
.
Foo
();
16
17
Test Test
{
18
get
{
19
return new
Test
();
20
}
21
}
22
}