| | 1 | Files to build: 5 |
| | 2 | symbol_export extfunc1.t -> extfunc1.t3s |
| | 3 | symbol_export extfunc2.t -> extfunc2.t3s |
| | 4 | compile extfunc1.t -> extfunc1.t3o |
| | 5 | compile extfunc2.t -> extfunc2.t3o |
| | 6 | link -> extfunc.t3 |
| | 7 | |
| | 8 | (T3VM) Memory blocks still in use: |
| | 9 | |
| | 10 | Total blocks in use: 0 |
| | 11 | this is main - calling test1(1, 2, 3)... |
| | 12 | ++ this is test1(1, 2, 3) |
| | 13 | ++ calling test2(888,999)... |
| | 14 | -> this is test2(888, 999) |
| | 15 | ++ back in test1 - returning |
| | 16 | back in main - calling test2(4, 5)... |
| | 17 | -> this is test2(4, 5) |
| | 18 | back in main - terminating! |
| | 19 | |
| | 20 | (T3VM) Memory blocks still in use: |
| | 21 | |
| | 22 | Total blocks in use: 0 |