summaryrefslogtreecommitdiff
path: root/test/gsmacro.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test/gsmacro.asm')
-rw-r--r--test/gsmacro.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/gsmacro.asm b/test/gsmacro.asm
new file mode 100644
index 00000000..11e13b43
--- /dev/null
+++ b/test/gsmacro.asm
@@ -0,0 +1,6 @@
+%define greedy(a,b,c+) a + 66 %, b * 3 %, c
+
+ db greedy(1,2)
+ db greedy(1,2,3)
+ db greedy(1,2,3,4)
+ db greedy(1,2,3,4,5)