Updated with review feedback.
[mono.git] / mcs / tests / test-760.cs
1 // Compiler options:-r:test-760-lib.dll
2
3 class A : D
4 {
5 }
6
7 //class A2 : C
8 //{
9 //}
10
11 class Test
12 {
13         public static void Main ()
14         {
15                 new A ();
16         }
17 }