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