struct Foo { public int a, b, c; } class Bar { public int a, b[2] = { 23, 42 }, c = 4711; } void main () { }