diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-10-19 22:23:12 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-10-19 22:23:12 -0700 |
commit | 207b1c4d3d314d6349e09ba829db732165288de0 (patch) | |
tree | c9b75ac6c19cd5b9bd96c03245fab3f0da2e910f /test | |
parent | 49b33f398ecc1068f7e0b5591b36d663238b1e8b (diff) | |
download | nasm-207b1c4d3d314d6349e09ba829db732165288de0.tar.gz |
test/ppindirect.asm: test token pasting inside %[...]indirect
Test for token pasting inside %[...].
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/ppindirect.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ppindirect.asm b/test/ppindirect.asm index 635e6570..0a30d075 100644 --- a/test/ppindirect.asm +++ b/test/ppindirect.asm @@ -21,6 +21,9 @@ foo%[n]*100 foo22 foo33 +%define foo33bar 999999 + %[foo%[foo3]bar] + %assign bctr 0 %macro bluttan 0 %assign bctr bctr+1 |