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

9 lines
129 B
C

#ifdef INT
typedef int ret_t;
#elif CHAR
typedef char *ret_t;
#else
typedef short *ret_t;
#endif
ret_t FUN (void) { return 0; }