diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-07-13 20:16:50 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-07-13 21:17:31 +0400 |
commit | 6405229b6d45282dab81d1833bbdcf0e068ce56f (patch) | |
tree | d1bc2767c3f408e0265afae8b59ca874b6d5458c /test | |
parent | 385d3e9c53ea128cee2459f5e6302a386704c907 (diff) | |
download | nasm-6405229b6d45282dab81d1833bbdcf0e068ce56f.tar.gz nasm-6405229b6d45282dab81d1833bbdcf0e068ce56f.tar.bz2 nasm-6405229b6d45282dab81d1833bbdcf0e068ce56f.zip |
Check in test for BR3028880
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/br3028880.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/br3028880.asm b/test/br3028880.asm new file mode 100644 index 0000000..20c8bd0 --- /dev/null +++ b/test/br3028880.asm @@ -0,0 +1,6 @@ +%macro import 1 + %define %%incfile %!PROJECTBASEDIR/%{1}.inc +%endmacro + +import foo + |