2018-10-23 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / auto39.C
blobef830806630e289578567d4ad29f4741eb47767e
1 // PR c++/58560
2 // { dg-do compile { target c++11 } }
4 typedef auto T;     // { dg-error "9:typedef declared 'auto'" }
6 void foo() { T(); }