Add regression test for trivia at the head of tokenlist
All checks were successful
Validate the build / validate-build (push) Successful in 29s
All checks were successful
Validate the build / validate-build (push) Successful in 29s
This commit is contained in:
5
tests/input/regression/test_trivia_head.asm
Normal file
5
tests/input/regression/test_trivia_head.asm
Normal file
@ -0,0 +1,5 @@
|
||||
; sample program with trivia on the head of the tokenlist
|
||||
|
||||
_start:
|
||||
xor rax, rax
|
||||
call exit
|
Reference in New Issue
Block a user