mirror of
https://github.com/mirror/tinycc.git
synced 2024-12-28 04:00:06 +08:00
fef701b57f
Added on_exit support for tcc -run. Also fixed the last atexit code. Updated testcase 128 Fixed test/test2/Mafile for testcase 126
16 lines
157 B
Plaintext
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]
|