1 // Compiler options: -unsafe
4 using System
.Runtime
.InteropServices
;
8 [StructLayout (LayoutKind
.Sequential
)]
9 public unsafe struct Foo
14 [StructLayout (LayoutKind
.Sequential
)]
20 unsafe public static void Main ()
22 Console
.WriteLine (sizeof (Foo
));