2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / parse / decl-specifier-1.C
blobe81fbabf2c34f5753fa84df244f416d823203050
1 // Contributed by Gabriel Dos Reis <gdr@integrable-solutions.net>
2 // Origin: PRs 7721 and 7803
3 // { dg-do compile }
5 namespace N
7     template<typename> 
8     struct X { };
11 N::X X;                           // { dg-error "" "" }
13 int main()
15     return sizeof(X);             // { dg-error "" "" }