Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
abi
/
mangle10.C
blob: d5782ba6dfcc5d1f42828b71c7cfd34b1bf278df [
file
] [
log
] [
blame
]
// { dg-options "-fabi-version=0" }
template
<
template
<typename>
class
Q
>
void
f
(
typename
Q
<int>
::
X
)
{}
template
<
typename
Q
>
struct
S
{
typedef
int
X
;
};
template
void
f
<
S
>
(
int
);
// { dg-final { scan-assembler _Z1fI1SEvNT_IiE1XE } }