summaryrefslogtreecommitdiff
path: root/test/interp/spec/func-result-before-param.fail.txt
blob: a21d2c171e8999b62a8a479f3c40d25c7515b28d (plain)
1
2
3
4
5
6
7
8
9
10
;;; ERROR: 1
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/func-result-before-param.fail.wast
(;; STDERR ;;;
Error running "sexpr-wasm":
third_party/testsuite/func-result-before-param.fail.wast:1:29: syntax error, unexpected PARAM
(module (func (result i32) (param i32) (get_local 0)))
                            ^^^^^

;;; STDERR ;;)