[amd64] Make inline function in header static
[mono-project.git] / mcs / tests / test-922.cs
bloba5ea96ae0a1b7adfafc486f6762375078eefaed3
1 public class A
3 protected internal struct C { }
6 class B
8 class D : A
10 public A.C Property { get; set; }
13 public static void Main ()