Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
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" }