/*exit.c * *This is a very simple test to do a syscall on exit. * * */ #include "syscall.h" int main() { Exit(0); }