| 123456789101112131415161718192021 |
- ;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
|