regtest: broaden none/tests/linux/bug498317 suppression for PPC
[valgrind.git] / none / tests / fdbaduse.c
blob176d5bfa67d2913c0eba241f9f1fd4bb5b0ee4cd
1 #include <stdio.h>
2 #include <unistd.h>
4 int main (int argc, char **argv)
6 close(-1);
8 return 0;