Sign in
gnu
/
gcc
/
19220ca6aa79921cc431e41f25986e16410c7a6a
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
error1.C
blob: 8756df64592177270927048aa41e410f3bd5f1b9 [
file
] [
log
] [
blame
]
struct
INCOMPLETE
;
template
<int>
struct
X
{
static
INCOMPLETE value
;
};
template
<>
INCOMPLETE X
<
1
>::
value
=
0
;
// { dg-error "" }