struct leaf { unsigned int numbers[2]; }; void foo(struct leaf *n) { (void) n; }