codeowners update
[mono.git] / mcs / tests / gtest-partial-04.cs
1 // Compiler options: gtest-partial-04-p2.cs
2
3 public partial struct Bug
4 {
5         [System.Runtime.InteropServices.FieldOffset(0)]               
6         public int Integer;
7 }
8
9 class C
10 {
11         public static void Main ()
12         {
13         }
14 }