Nicholas Nethercote afebe61b37 Files updated, added and removed in order to turn the ERASER branch into HEAD
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1086
2002-09-23 09:36:25 +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;
}