rt_gccstream/gcc/testsuite/g++.dg/cpp0x/auto18.C

7 lines
121 B
C

// { dg-options "-std=c++0x" }
void f()
{
auto val = val; // { dg-error "auto. type used in its own initializer" }
}