Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/libctf/testsuite/libctf-regression/libctf-repeat-cu-main.c
2023-03-06 14:48:14 +01:00

5 lines
98 B
C

typedef short ret_t;
int a (void);
int b (void);
int c (void);
int blah (void) { a(); b(); c(); }