blob: 95e367ef935fef0eaa39a14b3828d8e582648e5b [file] [log] [blame]
// { dg-options -Wabi-tag }
// { dg-final { scan-assembler "_Z1f1BI1AB3fooE" } }
struct __attribute__ ((abi_tag ("foo"))) A { };
template <class T> struct B: T { };
void f(B<A>) {}