tinycc/tests/tests2/128_run_atexit.expect
herman ten brugge fef701b57f Allow on_exit to be used with -run
Added on_exit support for tcc -run.
Also fixed the last atexit code.
Updated testcase 128
Fixed test/test2/Mafile for testcase 126
2022-12-02 07:11:55 +01:00

16 lines
157 B
Plaintext

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