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