Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
auto18.C
// { dg-do compile { target c++11 } } void f() { auto val = val; // { dg-error "auto" } }