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

11 lines
212 B
C

/* { dg-do compile } */
/* { dg-options "-O0 -fprofile-generate" } */
/* { dg-require-profiling "-fprofile-generate" } */
int fork(void);
int
t()
{
fork ();
}
/* { dg-final { scan-assembler "gcov_fork" } } */