index
:
minix3
master
Git Repository for an attempted revival of the Minix 3 Operating System
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
minix
/
tests
/
t10a.c
blob: 5c838c5c3e5a3a322fc66f23a6daa9aa59e34f36 (
plain
)
1
2
3
4
5
6
7
8
#include <stdlib.h> int main(void); int main() { exit(0); }