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