Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / 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 "" }