repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ipa-cp: Perform operations in the appropriate types (PR 118097)
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
void5.C
blob
bef9b91f680626d57102bb5ac29c4ffe925eb727
1
//PR c++/28640
2
3
template<void> struct A; // { dg-error "not a valid type" }
4
template<int> struct A;
5