Nicholas Nethercote 3dea409609 Move a bunch of tests from corecheck/tests/ to none/tests/.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4060
2005-06-30 02:15:59 +00:00

7 lines
55 B
C

#include <pthread.h>
int main()
{
pthread_exit(0);
}