blob: e1b9e7ee0e473d57790ad9607fe382c3c6a0937e [file] [log] [blame]
#include <pthread.h>
int main()
{
pthread_exit(0);
}