Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-761.cs
1 // Compiler options: -r:test-761-lib.dll
2
3 public class C
4 {
5         [Derived ()]
6         [Derived ()]
7         int I { get; set; }
8
9         public static void Main ()
10         {
11         }
12 }