Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
gcc
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
auto39.C
blob: dfa1fb4e9e8354b9da3fac87083aa2304dbdd240 [
file
]
// PR c++/58560
// { dg-do compile { target c++11 } }
typedef
auto
T
;
// { dg-error "typedef declared 'auto'" }
void
foo
()
{
T
();
}