Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wsubobject-linkage-4.C
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
{
};