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