;;; TOOL: wat2wasm
(module
  (func $foomore
    i32.const 0
    call $foo)
  (func $foo (param i32)
    nop))
