Note: Only entry module has accept top level instructions
; entry_module.asm#use "./test.asm".call.i !{testFunction()}
; test.asm.sig @testFunction(void) -> void.mva &(0x9) &(0xB) <| $(0x0).ret
#use "./local-module.asm"
#use "global-module"
Note: Currently not implemented
#use ["m1", "m2", "m3"]