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
[corlib] Fix a few NSLogWriter issues. (#13799)
[mono-project.git]
/
mcs
/
tests
/
test-496.cs
blob
e06d36611c18991101a281157c7c18b1e030528e
1
// Compiler options: -unsafe
2
3
unsafe class
Baz
4
{
5
struct
Foo
6
{
7
public
Foo
*
next
;
8
}
9
10
public static void
Main
()
11
{
12
}
13
}