Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
void12.C
blob: 1d064b63e0c17be56d7cf6472a9383e28e194a27 [
file
] [
log
] [
blame
]
// PR c++/28639
template
<void>
struct
A
// { dg-error "not a valid type" }
{
static
const
int
i
=
1
;
char
a
[
i
];
};