aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr54113.c
blob: 4c68099b3645e8f0815875e20fe21c7431274953 (plain)
1
2
3
4
5
/* { dg-do compile } */
/* { dg-options "-Wmissing-prototypes" } */

inline int foo (void) { return 42; } /* { dg-bogus "no previous prototype" } */
extern int foo(void);