blob: 22ba85e0aea561fc6b8f221967b208b412821001 [file] [log] [blame]
namespace A
{
typedef int T; // { dg-error "previous declaration" }
}
class A::T x; // { dg-error "using typedef-name" }