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

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