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
/
template
/
string1.C
blob
a5d6c7dd60f52c4abce6a97ce811fceaafff16f0
1
// PR c++/28337
2
3
template <int> void foo()
4
{
5
(0 ? "" : "X") + 1;
6
}
7