misc/omfdump.c: expand dDEPFILE COMENT records
[nasm/externdefs2.git] / test / imacro.asm
blobbc397cc3229917359a7955e46544d3c402837675
1 ;Testname=test; Arguments=-fbin -oimacro.bin; Files=stdout stderr imacro.bin
3 %imacro Zero 1
4 xor %1,%1
5 %endmacro
7 Zero eax
8 zero eax