oas/tests/input/symbols.asm
omicron ff1927a5c6
All checks were successful
Validate the build / validate-build (push) Successful in 30s
Add symbols tests
2025-04-09 00:14:53 +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