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