tinycc/tests/tests2/128_run_atexit.expect
grischka c88b19966c tccrun: exit() via rt_longjmp()
- new LIBTCC API tcc_setjmp() to allow longjmps & signals
  from compiled code back to libtcc per TCCState
- new LIBTCC API tcc_set_backtrace_func() to handle backtrace output
- move c/dtor/atexit stuff to runtime (lib/runmain.c)
- move bt-log.o into libtcc1.a
- add timeouts to github action (beware, it did happen to hang
  infinitely in the signal handler at some point)
2024-02-15 18:45:49 +01:00

18 lines
175 B
Plaintext

[test_128_return]
startup5
cleanup5
1 cleanup4
1 cleanup3
cleanup2
cleanup1
[returns 1]
[test_128_exit]
startup5
cleanup5
2 cleanup4
2 cleanup3
cleanup2
cleanup1
[returns 2]