struct __attribute__((abi_tag("a"))) X { }; template struct Y { X f() { return X(); } }; template struct Y; // { dg-final { scan-assembler "_ZN1YIiE1fB1aEv" } }