blob: 9c672bae8e500930b3057e5da9a80e140942e40b [file] [log] [blame]
struct S
{
int a;
int b;
int c;
int d;
};
void
foo(struct S* s __attribute__((unused)))
{
}