summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/prims/iter1.scm
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/standalone/sassy/tests/prims/iter1.scm')
-rw-r--r--test-suite/standalone/sassy/tests/prims/iter1.scm11
1 files changed, 11 insertions, 0 deletions
diff --git a/test-suite/standalone/sassy/tests/prims/iter1.scm b/test-suite/standalone/sassy/tests/prims/iter1.scm
new file mode 100644
index 000000000..e884a8e6c
--- /dev/null
+++ b/test-suite/standalone/sassy/tests/prims/iter1.scm
@@ -0,0 +1,11 @@
+(text
+ (iter (seq (nop)
+ (alt z! a!)
+ (nop))))
+
+; 00000000 90 nop
+; 00000001 7402 jz 0x5
+; 00000003 7603 jna 0x8
+; 00000005 90 nop
+; 00000006 EBF8 jmp short 0x0
+