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