.import test
.export test
test:
    call test
.import more
.export more
more:
    call more
.import other
.export other
other:
    call other