Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / inherit / template-as-base.C
blob5d34b15d8fcb4f6984dad09fb863426740b6696e
1 // Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
2 // Distilled from PR C++/3656
4 namespace N
6     template<typename> struct X { };
9 struct A : N::X { }; // { dg-error "expected class-name" "" }