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" }