regtest: broaden none/tests/linux/bug498317 suppression for PPC
[valgrind.git] / none / tests / pth_empty.c
blobc936a4c193d416a2f6ec2f0cb8ba680a14c1c462
1 // Does nothing, but linking it with -lpthread is enough to trigger an error
2 // that should be suppressed when it is run.
4 int main(void)
6 return 0;