1 // cs0625-3.cs: `cs0625.GValue.value': Instance field types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute
5 using System
.Runtime
.InteropServices
;
8 [StructLayout (LayoutKind
.Explicit
)]
13 partial struct GValue
{
18 public static void Main () {