repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
regtest: broaden none/tests/linux/bug498317 suppression for PPC
[valgrind.git]
/
none
/
tests
/
fdbaduse.c
blob
176d5bfa67d2913c0eba241f9f1fd4bb5b0ee4cd
1
#include <stdio.h>
2
#include <unistd.h>
3
4
int
main
(
int
argc
,
char
**
argv
)
5
{
6
close
(-
1
);
7
8
return
0
;
9
}
10