index
:
samba
master
pristine-tar
upstream_4.1
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
trivial.c
blob: f7e96d8109c93e9a9a47f07cdab03b67fd2f2378 (
plain
)
1
2
3
4
5
6
7
void
exit
(
int
);
main
()
{
exit
(
0
);
}