summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/prims/with-win4.scm
blob: 4375d9c9f5f761c594ae4e129bf84375160a37a6 (plain)
1
2
3
4
5
6
7
8
9
(text
 (label foo (push ebx))
 (seq (with-win (ret)
		(push eax))))

; 00000000  53                push ebx
; 00000001  50                push eax
; 00000002  C3                ret