Switch to compiler-tester
[mono.git] /
1 // Compiler options: -r:gen-156-dll.dll
2
3 namespace FLMID.Bugs.Marshal15
4 {
5         public class D : C
6         {
7                 public D()
8                 {
9                         _layout = new X();
10                 }
11                 public static void Main(string[] args)
12                 {
13                         System.Console.WriteLine("OK");
14                 }
15         }
16 }
17