2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-761.cs
blobbb153b8dcd6819bd5a14fbd8582c4ad303f6580f
1 // Compiler options: -r:test-761-lib.dll
3 public class C
5 [Derived ()]
6 [Derived ()]
7 int I { get; set; }
9 public static void Main ()