summaryrefslogtreecommitdiff
path: root/test/harness/wasm2c/stdin_file.wast
blob: b585e3d510140d3543e85f5d5f63165b1667ce97 (plain)
1
2
3
4
5
(module
  (func (export "x") (param $x i32) (result i32) (unreachable))
)
(assert_return (invoke "x" (i32.const 1))
                           (i32.const 1))