index
:
samba
debian
progress-linux
upstream
debian 12 backports: samba
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
trivial.c
blob: a137c8c9727e30a293503732e7b99d238690e67a (
plain
)
1
2
3
4
5
6
7
void
exit
(
int
);
int
main
(
void
)
{
exit
(
0
);
}