oas/tests/input/regression/test_trivia_head.asm
omicron 92c63092a1
All checks were successful
Validate the build / validate-build (push) Successful in 29s
Add regression test for trivia at the head of tokenlist
2025-04-09 01:17:09 +02:00

6 lines
98 B
NASM

; sample program with trivia on the head of the tokenlist
_start:
xor rax, rax
call exit