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