1 struct leaf { 2 unsigned int numbers[2]; 3 }; 4 foo(struct leaf * n)5 void foo(struct leaf *n) { (void) n; } 6