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