summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/warn/Wsubobject-linkage-4.C
blob: 033bc473005bbe44b35f02978d9da31177b5626e (plain)
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 { };