Home | History | Annotate | Download | only in tests
      1 #include <pthread.h>
      2 
      3 int main()
      4 {
      5 	pthread_exit(0);
      6 }
      7