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