another test
[mono.git] / mono / tests / marshal2.cs
index 2089b2cf7bb9ac249b0cd56c51892e460c8bd9c5..3611225470cef82cee83754f91e285b8b6ea46bf 100755 (executable)
@@ -85,6 +85,10 @@ public class Test {
                        return 1;
                if (Marshal.ReadInt32 (p, 28) != 4)
                        return 1;
+               if (Marshal.ReadInt32 (p, 32) != 10)
+                       return 1;
+               if (Marshal.ReadInt32 (p, 36) != 11)
+                       return 1;
                if (Marshal.ReadInt32 (p, (int)Marshal.OffsetOf (t, "s2")) == 0)
                        return 1;