1 /* { dg-do compile } */
2 /* { dg-options "-Winline -O2 -fgnu89-inline" } */
3 /* { dg-require-effective-target alloca } */
5 extern void *alloca (__SIZE_TYPE__
);
8 inline void *q (void) /* { dg-warning "(function not inlinable|alloca)" } */
14 return q (); /* { dg-message "called from here" } */