Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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" }