Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / parse / template2.C
blob6689c8bfa1dde1c595bb0e0adaaa5fb95d239a72
1 namespace N {
2   template < typename T > class C : T {};
5 int main() {
6   N::C(); // { dg-error "template" }