/* Test whether a basic _exit invocation works. */ #include #include "../basic.h" int main(void) { _exit(0); }