xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/exitg2.c (revision 6881a4007f077b54e5f51159c52b9b25f57deb0d)
1 /* Check exit_group(2) trivially with non-zero status.
2 #progos: linux
3 #output: exit_group\n
4 #xerror:
5 */
6 #define EXITVAL 1
7 #include "exitg1.c"
8