// PR c++/163, PR c++/8595
// Origin: <martin@loewis.home.cs.tu-berlin.de>, Mark Leone <mleone@pixar.com>
// { dg-do compile }

namespace N
{
    struct A {};	// { dg-error "previous declaration" }
}

typedef enum N::A B;	// { dg-error "enum|invalid type" }


syntax highlighted by Code2HTML, v. 0.9.1