summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/decinc.scm
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/standalone/sassy/tests/decinc.scm')
-rw-r--r--test-suite/standalone/sassy/tests/decinc.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/test-suite/standalone/sassy/tests/decinc.scm b/test-suite/standalone/sassy/tests/decinc.scm
new file mode 100644
index 000000000..f66d050b7
--- /dev/null
+++ b/test-suite/standalone/sassy/tests/decinc.scm
@@ -0,0 +1,9 @@
+(
+(dec (dword (& eax)))
+(inc (word (& eax)))
+(dec (byte (& eax)))
+(inc ch)
+(dec esp)
+(inc dx)
+)
+