blob: 4c68099b3645e8f0815875e20fe21c7431274953 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-Wmissing-prototypes" } */
inline int foo (void) { return 42; } /* { dg-bogus "no previous prototype" } */
extern int foo(void);