Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
abi
/
abi-tag19.C
blob: e21d7b1256d4ebb709bc2a3f092c92fcf20bc4f2 [
file
] [
log
] [
blame
]
struct
__attribute__
((
abi_tag
(
"a"
)))
X
{
};
template
<
typename
T
>
struct
Y
{
X f
()
{
return
X
();
}
};
template
struct
Y
<int>
;
// { dg-final { scan-assembler "_ZN1YIiE1fB1aEv" } }