Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
ttp17a.C
blob: 3bd0b0c42df946420acdb03d62c78109d3d76923 [
file
] [
log
] [
blame
]
// { dg-options -fnew-ttp-matching }
template
<
template
<typename>
class
C
>
void
f
(
C
<double>
)
{}
template
<
typename
T
,
typename
U
=
int
>
struct
S
{};
template
void
f
(
S
<double>
);