1#include <pthread.h>
2
3int main()
4{
5	pthread_exit(0);
6}
7