1 2 3 4 5 6 7 8
// PR c++/53184 // { dg-options "-Wno-subobject-linkage" } namespace { struct Foo { }; } #line 7 "foo.C" struct Bar { Foo foo; }; struct Bar2 : Foo { };