1 /* { dg-do compile } */
2 /* { dg-options "-Winline -O2 --param large-function-growth=0 --param large-function-insns=1" } */
5 inline int q(void) /* { dg-warning "large-function-growth" } */
20 return q () + 1; /* { dg-warning "called from here" } */