summaryrefslogtreecommitdiff
path: root/test/test-exit.c
blob: f3358185c5303254e4dce72cdc06a38a64e61f5d (plain)
1
2
3
4
5
6
7
/* This is a process that just exits with a failure code */
int
main (int argc, char **argv)
{

  return 1;
}