;;; TOOL: wat2wasm
(module
  (func
    block $foo
      i32.const 1
      br_if $foo
    end))
