Files
valgrind/none/tests/pth_empty.c
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

8 lines
155 B
C

// Does nothing, but linking it with -lpthread is enough to trigger an error
// that should be suppressed when it is run.
int main(void)
{
return 0;
}