summaryrefslogtreecommitdiff
path: root/test/parse/expr/return-block.txt
blob: 5ebe2531a3fdfbb5460bd11dd57056405a340c6a (plain)
1
2
3
4
5
6
7
8
;;; TOOL: wat2wasm
(module
  (func (result i32)
     block (result i32)
       nop
       i32.const 1
     end
     return))