blob: 033bc473005bbe44b35f02978d9da31177b5626e [file] [log] [blame]
// PR c++/53184
// { dg-options "-Wno-subobject-linkage" }
namespace { struct Foo { }; }
#line 7 "foo.C"
struct Bar { Foo foo; };
struct Bar2 : Foo { };