2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / parse / namespace5.C
blob277c0c8e66e297f5b0247ae1117eff15c38bfc8f
1 // PR c++/7229
2 // { dg-do compile }
4 namespace A { namespace B { typedef int type; } }
5 typename A::B<0>::type x; // { dg-error "" }