blob: 3dc33d837cf4332e5faf5f45bae567719dbd1003 [file] [log] [blame] [edit]
;;; TOOL: run-interp
(module
(func (export "test") (result i32)
block i32
i32.const 10
drop
i32.const 1
end
)
)
(;; STDOUT ;;;
test() => i32:1
;;; STDOUT ;;)