struct Foo { Bar a; Bar b; } struct Bar { public readonly int Test; } class X { static void Main () { } }