mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
test: Add BR3392626
There are many similar preprocessor loop cases but located on each bug-report basis. While it looks to be better to consolidate them together, add one more test case like what was done before. Suggested-by: C. Masloch <pushbx@ulukai.org> Link: https://bugzilla.nasm.us/show_bug.cgi?id=3392626 Signed-off-by: Chang S. Bae <chang.seok.bae@intel.com>
This commit is contained in:
parent
bec812fc4b
commit
bb96fdc74c
6
test/br3392626.asm
Normal file
6
test/br3392626.asm
Normal file
@ -0,0 +1,6 @@
|
||||
; line 1
|
||||
%rep 3 ; line 2
|
||||
; line 3
|
||||
db 26h ; line 4
|
||||
%endrep ; line 5
|
||||
; line 6
|
Loading…
Reference in New Issue
Block a user