test-on-exit.c 68 B

123456
  1. #include <stdio.h>
  2. int main(void)
  3. {
  4. return on_exit(NULL, NULL);
  5. }