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
PR c++/85553
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
range-for22.C
blob
d4bb3601ff3c77ce424c18cd4fa8b33a8ab5d12d
1
// { dg-do compile { target c++11 } }
2
3
template<int I> void f() {
4
for (auto i: {I} );
5
}