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