summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2001-11-20 23:30:19 +0000
committerPeter Johnson <peter@tortall.net>2001-11-20 23:30:19 +0000
commitb2876e5f3a0ede29097a07f087c28f06a2889cfd (patch)
tree8d4de190705fd9ef81b55d37aeecdf97097caedf /tests
parentbd921434cba67dfabca7c33fa5302cf9c1d38254 (diff)
downloadyasm-b2876e5f3a0ede29097a07f087c28f06a2889cfd.tar.gz
Allow multiple EXTERN's of same variable without error (NASM's behavior).
svn path=/trunk/yasm/; revision=354
Diffstat (limited to 'tests')
-rw-r--r--tests/nasm/multiext.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/nasm/multiext.asm b/tests/nasm/multiext.asm
new file mode 100644
index 00000000..28454289
--- /dev/null
+++ b/tests/nasm/multiext.asm
@@ -0,0 +1,2 @@
+[extern blah]
+[extern blah]