nasm/test/br3392626.asm
Chang S. Bae bb96fdc74c 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>
2020-04-21 21:00:56 +00:00

7 lines
85 B
NASM

; line 1
%rep 3 ; line 2
; line 3
db 26h ; line 4
%endrep ; line 5
; line 6