summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/prims/with-win4.scm
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/standalone/sassy/tests/prims/with-win4.scm')
-rw-r--r--test-suite/standalone/sassy/tests/prims/with-win4.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/test-suite/standalone/sassy/tests/prims/with-win4.scm b/test-suite/standalone/sassy/tests/prims/with-win4.scm
new file mode 100644
index 000000000..4375d9c9f
--- /dev/null
+++ b/test-suite/standalone/sassy/tests/prims/with-win4.scm
@@ -0,0 +1,9 @@
+(text
+ (label foo (push ebx))
+ (seq (with-win (ret)
+ (push eax))))
+
+; 00000000 53 push ebx
+; 00000001 50 push eax
+; 00000002 C3 ret
+