Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/sim/testsuite/cris/c/exitg2.c
2023-03-06 14:48:14 +01:00

7 lines
142 B
C

/* Check exit_group(2) trivially with non-zero status.
#progos: linux
#output: exit_group\n
#xerror:
*/
#define EXITVAL 1
#include "exitg1.c"