1 /* { dg-do compile } */
2 /* { dg-options "-O2 -Winline" } */
6 inline void f (x
) /* { dg-warning "inlining .* mismatched arg" "" } */
14 f (x
); /* { dg-warning "called from here" "" } */
17 void f (int x
); /* { dg-warning "follows non-prototype definition" } */