Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
abi
/
abi-tag12.C
blob: 74dffa0efaa1376226751dfddefe973a802c2198 [
file
] [
log
] [
blame
]
// { dg-options "-Wabi-tag" }
inline
namespace
A __attribute
((
abi_tag
))
{
struct
Foo
{
};
// { dg-message "declared here" }
struct
Baz
:
Foo
{
};
}
struct
Bar
:
Foo
{
};
// { dg-warning "tag" }