9 lines
74 B
C
9 lines
74 B
C
struct S
|
|
{
|
|
int m0;
|
|
};
|
|
|
|
void
|
|
foo(struct S *a __attribute__((unused)))
|
|
{}
|