summaryrefslogtreecommitdiff
path: root/test/typecheck/if-then-br.txt
blob: da277b94b396283e211e714bdf5140c4cbd82ff4 (plain)
1
2
3
4
5
6
7
8
9
;;; TOOL: wat2wasm
(module
  (func
    block
      i32.const 0
      if
        br 0
      end
    end))