Put the static information about warnings in a structure
[nasm.git] / test / imacro.asm
blob0db9e6289edf128bf2428b47be9d42aafc51d7fd
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