preproc: Fix the token in expanding the %+/%- macro-parameters
[nasm.git] / test / clzero.asm
blob89597a9af334ce71822e7882da196549d64b0a10
1 bits 16
3 clzero
4 clzero ax
5 clzero eax
6 %ifdef ERROR
7 clzero rax
8 %endif
10 bits 32
12 clzero
13 clzero ax
14 clzero eax
15 %ifdef ERROR
16 clzero rax
17 %endif
19 bits 64
21 clzero
22 %ifdef ERROR
23 clzero ax
24 %endif
25 clzero eax
26 clzero rax