libatomic: Handle AVX+CX16 ZHAOXIN like Intel for 16b atomic [PR104688]
[official-gcc.git] / gcc / testsuite / g++.dg / abi / abi-tag19.C
blobe21d7b1256d4ebb709bc2a3f092c92fcf20bc4f2
1 struct __attribute__((abi_tag("a"))) X { };
2 template<typename T> struct Y { X f() { return X(); } };
3 template struct Y<int>;
4 // { dg-final { scan-assembler "_ZN1YIiE1fB1aEv" } }