;;; TOOL: wat2wasm
(module
  (func (nop))
  (export "a" (func 0))
  (export "b" (func 0)))
