blob: 7079f371333cd1944f3606fec1a316d3554dc478 [file] [log] [blame]
namespace A
{
typedef int T; // { dg-error "previous declaration" }
}
class A::T x; // { dg-error "using typedef-name|invalid type" }