PR c/49859
[official-gcc.git] / gcc / testsuite / g++.dg / parse / typedef5.C
blobecd1d513efa75decafb1edc2733db903e504615a
1 namespace A
3   typedef int T;        // { dg-message "previous declaration" }
6 class A::T x;           // { dg-error "using typedef-name|invalid type" }