Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/gdb/testsuite/gdb.base/solib1.c
2023-03-06 14:48:14 +01:00

8 lines
139 B
C

#if defined(__cplusplus) || defined(__STDCPP__)
extern "C"
#endif
int
solib_main (int arg)
{
return arg*arg; /* HERE */
} /* STEP */