Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
auto41.C
blob: a1065af0741183be454b180256256711bb38aa16 [
file
] [
log
] [
blame
]
// PR c++/58550
// { dg-do compile { target c++11 } }
auto
foo
();
// { dg-error "auto" "" { target { ! c++14 } } }
auto
fp
=
foo
;
// { dg-error "auto" }