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