summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr63877.c
blob: 5969b39d21cd4a3c99738ddbbb537b4c9f6f7689 (plain)
1
2
3
4
5
/* { dg-do compile } */
/* { dg-options "-Wmissing-declarations" } */

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