summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/prims/begin3.scm
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/standalone/sassy/tests/prims/begin3.scm')
-rw-r--r--test-suite/standalone/sassy/tests/prims/begin3.scm15
1 files changed, 15 insertions, 0 deletions
diff --git a/test-suite/standalone/sassy/tests/prims/begin3.scm b/test-suite/standalone/sassy/tests/prims/begin3.scm
new file mode 100644
index 000000000..9a8353a87
--- /dev/null
+++ b/test-suite/standalone/sassy/tests/prims/begin3.scm
@@ -0,0 +1,15 @@
+(text
+ (begin (nop)
+ (alt (nop)
+ (begin (nop)
+ z!)
+ (nop))
+ (nop)))
+
+; 00000000 90 nop
+; 00000001 90 nop
+; 00000002 EB04 jmp short 0x8
+; 00000004 90 nop
+; 00000005 7401 jz 0x8
+; 00000007 90 nop
+; 00000008 90 nop