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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
void9.C
blob
bb2ed66ff381614bf6d7ba51b6a8bf32c618ef98
1
//PR c++/28738
2
3
template<int,void> struct A {}; // { dg-error "not a valid type" }
4
template<int N> struct A<N,0> {}; // { dg-error "not a valid type" }