Add qdf24xx base tuning support.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / auto41.C
blobb1551e2e5805119fe88ec629fc7bcb3611e43808
1 // PR c++/58550
2 // { dg-do compile { target c++11 } }
4 auto foo();                     // { dg-error "auto" "" { target { ! c++14 } } }
5 auto fp = foo;                  // { dg-error "auto" "" { target c++14 } }