mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
4402af0c59
Not all covered but still worth to put in Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
9 lines
173 B
NASM
9 lines
173 B
NASM
;Testname=br3028880; Arguments=-Ox -fbin -obr3028880.o; Files=stdout stderr br3028880.o
|
|
|
|
%macro import 1
|
|
%define %%incfile %!PROJECTBASEDIR/%{1}.inc
|
|
%endmacro
|
|
|
|
import foo
|
|
|