| | 1 | Files to build: 7 |
| | 2 | symbol_export extern1.t -> extern1.t3s |
| | 3 | symbol_export extern2.t -> extern2.t3s |
| | 4 | symbol_export extern3.t -> extern3.t3s |
| | 5 | compile extern1.t -> extern1.t3o |
| | 6 | compile extern2.t -> extern2.t3o |
| | 7 | compile extern3.t -> extern3.t3o |
| | 8 | link -> extern.t3 |
| | 9 | |
| | 10 | (T3VM) Memory blocks still in use: |
| | 11 | |
| | 12 | Total blocks in use: 0 |
| | 13 | entering main |
| | 14 | calling f1_a |
| | 15 | this is f1_a |
| | 16 | - calling f2_b |
| | 17 | this is f2_b |
| | 18 | calling f2_a |
| | 19 | this is f2_a |
| | 20 | - calling f1_b |
| | 21 | this is f1_b |
| | 22 | |
| | 23 | (T3VM) Memory blocks still in use: |
| | 24 | |
| | 25 | Total blocks in use: 0 |