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:
Chang S. Bae 2020-04-01 15:06:38 -07:00
parent bec812fc4b
commit bb96fdc74c

6
test/br3392626.asm Normal file
View File

@ -0,0 +1,6 @@
; line 1
%rep 3 ; line 2
; line 3
db 26h ; line 4
%endrep ; line 5
; line 6