exit77.c 115 B

1234
  1. int main(int argc, char *argv[])
  2. {
  3. return 77; /* exit code indicating make check that test has been SKIPped */
  4. }