blob: 628e89b6cffb2bc3d668a0de9a9b68cd7c1b4803 [file] [log] [blame]
typedef struct { int i; } T1;
typedef T1 T2;
T1 a;
T2 b;