/* * Test for pthread_join(). * * Depends on API functions: pthread_create(). */ #include int main(int argc, char * argv[]) { }