summaryrefslogtreecommitdiff
path: root/test/regress/regress-6.txt
blob: 096bbad8cad3a881b6716df7a31c54df0e5f8b02 (plain)
1
2
3
4
5
6
7
8
;;; TOOL: wat2wasm
(module
  (func (result i32)
    block (result i32)
      f32.const 1
      i32.const 1
      br 0
    end))