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