1 struct __attribute__((abi_tag("a"))) X { };
fY2 template<typename T> struct Y { X f() { return X(); } };
3 template struct Y<int>;
4 // { dg-final { scan-assembler "_ZN1YIiE1fB1aEv" } }
5