aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/auto41.C
blob: b2a77550fda79640a81a2a3b91765582c0fc572e (plain)
1
2
3
4
5
// PR c++/58550
// { dg-do compile { target c++11 } }

auto foo();			// { dg-error "auto" "" { target { ! c++1y } } }
auto fp = foo;			// { dg-error "auto" "" { target c++1y } }