blob: ce43435f0114f7dfb47942c6b8781986deec0d2c [file] [log] [blame]
typedef int T;
struct A {
struct B {
static T t;
};
typedef float T; // { dg-error "changes meaning" }
};