2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / range-for21.C
blob4990b480be8e8ff97d1215cb94474e4eacf9388b
1 // PR c++/49983
2 // { dg-do compile { target c++11 } }
4 template <class T>
5 void f(T t)
7   for (auto v : t);