1 struct S 2 { 3 int m0; 4 char m1; 5 }; 6 7 void foo(struct S * a)8 foo(struct S *a __attribute__((unused))) 9 {} 10