/* These four trees should look different */
struct a b;
struct a2 {} b2;
struct a3 {int f; } b3;
struct a4 {int f; int f2;} b4;
