1 /* Check exit_group(2) trivially. Newlib doesn't have it and the
2 pre-v32 glibc requires updated headers we'd have to check or adjust
8 #include <sys/syscall.h>
14 int main (int argc
, char **argv
)
16 printf ("exit_group\n");
17 syscall (SYS_exit_group
, EXITVAL
);