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
Merge pull request #1861 from saper/home-override
[mono-project.git]
/
mcs
/
tests
/
test-719.cs
blob
202346246a1f8d796acd91ce3c2a8ac3b377cdbe
1
// Compiler options: -unsafe
2
3
public unsafe struct
A
4
{
5
public
B
*
pB
;
6
}
7
8
public unsafe struct
B
9
{
10
public
A
*
pA
;
11
}
12
13
public class
C
14
{
15
public static void
Main
()
16
{
17
}
18
}