2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-767.cs
blob25ea6ccb88ffe369c238644b02d0b05840c24aea
1 class Test
3 public static int Foo ()
5 return 5;
8 public static void Main ()
13 struct S
15 static int v = Test.Foo ();
17 Test Test {
18 get {
19 return new Test ();