mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -04:00
test: Add BR3392630
Add the test code into the existing xdefine testing. Suggested-by: C. Masloch <pushbx@ulukai.org> Link: https://bugzilla.nasm.us/show_bug.cgi?id=3392630 Signed-off-by: Chang S. Bae <chang.seok.bae@intel.com>
This commit is contained in:
parent
95e54a9f1f
commit
0197c966da
@ -9,3 +9,7 @@
|
|||||||
%define n 0x22
|
%define n 0x22
|
||||||
|
|
||||||
db ctr, n ; Should be 0x21, 0x22
|
db ctr, n ; Should be 0x21, 0x22
|
||||||
|
|
||||||
|
%define MNSUFFIX
|
||||||
|
%define MNCURRENT TEST%[MNSUFFIX]
|
||||||
|
%xdefine var MNCURRENT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user