anonymous-fields1.cpp 71 Bytes Raw Blame History Permalink 1 2 3 4 5 class A { public: struct { int foo; } f; struct { int foo; } g; };