Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / gtest-156.cs
1 // Compiler options: -r:gtest-156-lib.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