Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wsubobject-linkage-2.C
blob: 4bb255c79a155e25c08049de055bcb6863bad698 [
file
] [
log
] [
blame
]
// PR c++/53184
// { dg-options "-Wno-subobject-linkage" }
typedef
volatile
struct
{
}
Foo
;
#line
7
"foo.C"
struct
Bar
{
Foo
foo
;
};
struct
Bar2
:
Foo
{
};