// Struct member "a" has same name as a previously-declared member struct Foo { int a, a; };