2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-672.cs
blob9d8d5fb6c87a3e65fa2241eecdd706e890b26240
1 // Compiler options: -unsafe
3 struct S
7 class X
9 unsafe int* Foo {
10 get { return null; }
13 unsafe S* Foo2 {
14 get { return null; }
17 static void Main ()