xref: /minix/minix/tests/t10a.c (revision 83133719)
1 #include <stdlib.h>
2 
3 int main(void);
4 
5 int main()
6 {
7   exit(0);
8 }
9