]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/cpp0x/auto28.C
Regenerate riscv.opt.urls and i386.opt.urls
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / cpp0x / auto28.C
1 // PR c++/51404
2 // { dg-do compile { target c++11 } }
3
4 int i = auto().x; // { dg-error "9:invalid use of" }