Home | History | Annotate | Download | only in test
      1 /* This is a process that just exits with a failure code */
      2 
      3 int
      4 main (int argc, char **argv)
      5 {
      6 
      7   return 1;
      8 }
      9