Remove outermost loop parameter.
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.dg / cpp0x / auto18.C
blob17f7f99595573796d8a407dc5b575c696af1e852
1 // { dg-options "-std=c++0x" }
3 void f()
5   auto val = val;  // { dg-error "auto. type used in its own initializer" }