typedef struct a b;
typedef struct a { } b;
struct {
  b c;
} d;
