1 struct foo 2 { 3 int member0; 4 char pad[10]; 5 }; 6 7 void foo(struct foo * p)8 foo(struct foo * p __attribute__((unused))) 9 { 10 } 11