Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
ttp49.C
blob: c60a16064c4ff8cbe0f3489f320bb8a09b24df6a [
file
] [
log
] [
blame
]
// { dg-options -fno-new-ttp-matching }
template
<
int
i
>
class
C
{};
template
<
template
<long>
class
TT
>
class
D
{};
int
main
()
{
D
<
C
>
d
;
// { dg-error "" } args not match
}