Merged revisions 208012,208018-208019,208021,208023-208030,208033,208037,208040-20804...
[official-gcc.git] / main / gcc / testsuite / g++.dg / cpp0x / range-for22.C
blobd4bb3601ff3c77ce424c18cd4fa8b33a8ab5d12d
1 // { dg-do compile { target c++11 } }
3 template<int I> void f() {
4   for (auto i: {I} );