struct foo;
# 1 "t/02_struct/source/bar.c"
struct __attribute__((aligned(4))) foo
  {
    int foo;
    int bar;
    long int baz;
    void (* zug)(void);
  };
