// Contributed by Gabriel Dos Reis // Distilled from PR C++/3656 namespace N { template struct X { }; } struct A : N::X { }; // { dg-error "expected class-name" "" }