2 // { dg-do run { target { { i?86-*-* x86_64-*-* } && { ! { ia32 } } } } }
3 // { dg-options "-Wabi=11 -x c" }
4 // { dg-additional-sources "empty12a.c" }
5 // { dg-additional-options -Wno-complain-wrong-lang }
8 extern "C" void fun(struct dummy, struct foo);
13 struct foo f = { -1, -2, -3, -4, -5 };
15 fun(d, f); // { dg-warning "empty" }