struct S { int f1; int f2 } int[] program(int argc, string[] argv) { var x = new S { f1 = true; f2 = 3 }; return x.f1; }