summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/prims/seq1.scm
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/standalone/sassy/tests/prims/seq1.scm')
-rw-r--r--test-suite/standalone/sassy/tests/prims/seq1.scm15
1 files changed, 15 insertions, 0 deletions
diff --git a/test-suite/standalone/sassy/tests/prims/seq1.scm b/test-suite/standalone/sassy/tests/prims/seq1.scm
new file mode 100644
index 000000000..cdf307bd4
--- /dev/null
+++ b/test-suite/standalone/sassy/tests/prims/seq1.scm
@@ -0,0 +1,15 @@
+(text
+ (seq (nop)
+ (nop)
+ (seq (nop)
+ (inv (nop))
+ (nop))
+ (seq (nop))))
+
+; 00000000 90 nop
+; 00000001 90 nop
+; 00000002 90 nop
+; 00000003 90 nop
+; 00000004 EB02 jmp short 0x8
+; 00000006 90 nop
+; 00000007 90 nop