index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
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
);
}