repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
other
/
pr28114.C
blob
05aeebb805558ee816add0e4fcf7a273604caecf
1
2
// Test to make sure we do not ICE on this invalid program.
3
4
template<int> void foo(struct {}*); // { dg-error "" }
5
6
void bar()
7
{
8
foo<0>(0); // { dg-error "" }
9
}