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
bring Mono Security to monotouch
[mcs.git]
/
tests
/
test-460.cs
blob
280cf64f026e83b81de9bb1a463358064972236b
1
// Compiler options: -unsafe
2
3
unsafe class
MainClass
{
4
static void
*
pv
=
null
;
5
static int
*
pi
= (
int
*)
pv
;
6
public static void
Main
()
{ }
7
}
8