struct leaf {
  signed int numbers[2];
};

void foo(struct leaf *n) { (void) n; }
