Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / parse / typedef5.C
blob22ba85e0aea561fc6b8f221967b208b412821001
1 namespace A
3   typedef int T;        // { dg-error "previous declaration" }
6 class A::T x;           // { dg-error "using typedef-name" }