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