test: add a test for %imacro

Add a test for case-insensitive matching of %imacro.
This commit is contained in:
H. Peter Anvin 2008-06-28 18:32:16 -07:00
parent edc510a115
commit a676075b51

6
test/imacro.asm Normal file
View File

@ -0,0 +1,6 @@
%imacro Zero 1
xor %1,%1
%endmacro
Zero eax
zero eax