aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/abi/abi-tag12.C
blob: 74dffa0efaa1376226751dfddefe973a802c2198 (plain)
1
2
3
4
5
6
7
8
// { 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" }