oas/tests/input/symbols.asm
omicron b16ba10b0d
All checks were successful
Validate the build / validate-build (push) Successful in 32s
Add symbols tests
2025-04-09 19:49:10 +02:00

13 lines
142 B
NASM

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