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
Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git]
/
none
/
tests
/
bug491394.c
blob
34749ea23192022a39c5d3626a6510096435503f
1
#include <unistd.h>
2
3
void
_start
(
void
) {
4
_exit
(
0
);
5
}
6