;;; TOOL: wat2wasm
(module
  (func $n (result i32) (i32.const 0))
  (export "n" (func $n)))
