mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-15 09:09:58 +08:00
bb96fdc74c
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>
7 lines
85 B
NASM
7 lines
85 B
NASM
; line 1
|
|
%rep 3 ; line 2
|
|
; line 3
|
|
db 26h ; line 4
|
|
%endrep ; line 5
|
|
; line 6
|