[mono-api-html] Add solution.
[mono.git] / mcs / tests / test-559.cs
1 // Compiler options: -r:test-559-lib.dll
2
3 class C : B
4 {
5         public override event TestDelegate TestEvent;
6         
7         public static void Main ()
8         {
9         }
10 }