2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-749.cs
blob0e00d443e6b296e679f0792669ddb498cfe4061b
1 // Compiler options: -r:test-749-lib.dll
3 using System;
5 class M
7 public static void Main ()
9 B b = new B ();
10 b.Prop = 2;