index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
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
);
}