// PR c++/29729 template void foo(T) { struct A { template struct B // { dg-error "local class" } { typedef B<0> C; } }; }