;;; TOOL: wat2wasm
;;; ERROR: 1
(module
  (func
    i32.const 1
    if (result i32 i32)
      i32.const 1
      i32.const 2
    else
      i32.const 3
      i32.const 4
    end
    drop
    drop))
(;; STDERR ;;;
out/test/parse/expr/bad-if-sig-multi.txt:6:5: error: multiple if signature result types not currently supported.
    if (result i32 i32)
    ^^
;;; STDERR ;;)
