aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/auto27.C
blob: f8e9097b2f8183e7f6e6af3087fe53577861f724 (plain)
1
2
3
4
5
6
// PR c++/51186

auto main()->int	       // { dg-error "std=" "std" { target { ! c++11 } } }
			       // { dg-error "auto" "auto" { target { ! c++11 } } 3 }
			       // { dg-error "no type" "no type" { target { ! c++11 } } 3 }
{ }