struct c;
# 4 "t/03_baseline/source/foo.c"
typedef int b;
# 5 "t/03_baseline/source/foo.c"
struct __attribute__((aligned(__alignof__(int)))) c
  {
    a x;
    b y;
    int z;
  };
# 2 "t/03_baseline/source/foo.c"
extern int bar;
