summaryrefslogtreecommitdiff
path: root/test/br3026808.asm
blob: d84923a17a2b71e47e97fb37297ee73a0d62ff86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
;Testname=br3026808; Arguments=-Ox -fbin -obr3026808.o; Files=stdout stderr br3026808.o

%imacro proc 1
	%push proc
	%assign %$arg 1
%endmacro

%imacro arg 0-1 1
	%assign %$arg %1+%$arg
%endmacro

%imacro endproc 0
	%pop
%endmacro

;----------------------------

proc Test
	%$ARG	arg
endproc