[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / tests / gtest-partial-04.cs
blobaecef6b0a969f4f94441a4872f603948daf2e203
1 // Compiler options: gtest-partial-04-p2.cs
3 public partial struct Bug
5 [System.Runtime.InteropServices.FieldOffset(0)]
6 public int Integer;
9 class C
11 public static void Main ()