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

6 lines
190 B
C

/* { dg-do compile } */
/* { dg-options "-fprofile-arcs" } */
/* { dg-require-profiling "-fprofile-generate" } */
extern void bar(void) __attribute__((noreturn));
int foo (void) { bar(); }