Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
error5.C
blob: 72d3c29b8fd5c6a5048404491d63b48d0c96c0eb [
file
] [
log
] [
blame
]
template
<
typename
T
>
struct
X
<
T
*>
{
// { dg-error "not a class template" }
typedef
int
Y
;
};
extern
struct
Z
<int>
s
;
// { dg-error "not a class template" }