repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cosmetic
[mcs.git]
/
tests
/
test-378.cs
blob
ae1c77e5ea025d4bbd1da82f9a772234cc2fc7e0
1
// Compiler options: -unsafe
2
3
public unsafe struct
Foo
4
{
5
public
Foo
*
foo
;
6
}
7
8
public class
C
9
{
10
public static void
Main
() {}
11
}