Sign in
gnu
/
gcc
/
19220ca6aa79921cc431e41f25986e16410c7a6a
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
error4.C
blob: a3196ee8e778620b6c57932b2d87007d91d3496f [
file
] [
log
] [
blame
]
template
<
class
T
>
struct
C1
{
template
<
class
U
>
struct
C2
{
class
Type
{
};
};
};
template
<
class
T
,
class
U
>
void
foo
(
typename
C1
<
T
>::
C2
<
U
>::
Type
*)
{
}
// { dg-error "template" }