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
/
stmtexpr1.C
blob
a470ca8f14f44f39586fc9eda98e0c8439479151
1
// PR c++/17404
2
// { dg-do compile }
3
// { dg-options "" }
4
5
template <int> void foo ()
6
{
7
__builtin_expect (({0;}), 1);
8
}
9
10
template void foo<1> ();