2 // Fixed, incorporated into test
6 using System
.Runtime
.InteropServices
;
8 [StructLayout (LayoutKind
.Explicit
)]
29 Console
.WriteLine ("b1: " + a
.b1
);
30 Console
.WriteLine ("b2: " + a
.b2
);
31 Console
.WriteLine ("b3: " + a
.b3
);
32 Console
.WriteLine ("b4: " + a
.b4
);