struct Struct {
  int x;
};

union Union {
  int x;
};

struct Struct foo;
union Union bar;
