7 lines
142 B
C
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"
|