Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/sim/testsuite/cris/c/exitg2.c

8 lines
142 B
C
Raw Normal View History

2023-03-06 14:48:14 +01:00
/* Check exit_group(2) trivially with non-zero status.
#progos: linux
#output: exit_group\n
#xerror:
*/
#define EXITVAL 1
#include "exitg1.c"