tiny.c 80 B

12345678
  1. /* comment, test #13 */
  2. #include <unistd.h>
  3. int main(void)
  4. {
  5. _exit(42);
  6. }