Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.dg/pr63877.c
2023-03-06 14:48:14 +01:00

5 lines
176 B
C

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