repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
void12.C
blob
1d064b63e0c17be56d7cf6472a9383e28e194a27
1
// PR c++/28639
2
3
template<void> struct A // { dg-error "not a valid type" }
4
{
5
static const int i = 1;
6
char a[i];
7
};