2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-698.cs
blobe58d3db304102f7b763500ec650c582f00eaec25
1 // Compiler options: -unsafe
3 struct Foo
5 public int i;
8 public unsafe class test
10 static Foo* pFoo;
12 public static void Main ()
14 int* pi = &pFoo->i;