OSDN Git Service

PR c++/30849
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / namespace5.C
1 // PR c++/7229
2 // { dg-do compile }
3
4 namespace A { namespace B { typedef int type; } }
5 typename A::B<0>::type x; // { dg-error "" }