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