blob: 4990b480be8e8ff97d1215cb94474e4eacf9388b [file] [log] [blame]
// PR c++/49983
// { dg-do compile { target c++11 } }
template <class T>
void f(T t)
{
for (auto v : t);
}