blob: aacfef4b4ac1d2667ef91f98ceef354120049c50 [file] [log] [blame]
// Build don't link:
struct A {
struct B {
typedef long T;
int i;
};
};
struct C {
struct B {
typedef float T;
int i;
};
};
C::B::T a;