blob: ef830806630e289578567d4ad29f4741eb47767e [file] [log] [blame]
// PR c++/58560
// { dg-do compile { target c++11 } }
typedef auto T; // { dg-error "9:typedef declared 'auto'" }
void foo() { T(); }