/*#* sltest.c */ #include #include void x1(void); int main(int argc, char *argv[]) { x1(); exit(EXIT_SUCCESS); } /* main */