Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.jason
/
tredecl4.C
blob: c5bb92e1b15031a067b4fe9ddbb8f05ca24a0baf [
file
] [
log
] [
blame
]
// { dg-do assemble }
// It is illegal to use the name of a class template for anything else,
// including another class template.
template
<
class
T
>
class
A
{
};
// { dg-error "" }
template
<
class
U
,
class
V
>
class
A
{
};
// { dg-error "" }