1 /* This is a process that just exits with a failure code */ 2 int main(int argc,char ** argv)3 main (int argc, char **argv) 4 { 5 6 return 1; 7 } 8