summaryrefslogtreecommitdiff
path: root/test/interp/spec/func-local-after-body.fail.txt
blob: aa2b867f9595ef200534c009daf07be3d39be2c6 (plain)
1
2
3
4
5
6
7
8
9
10
;;; ERROR: 1
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/func-local-after-body.fail.wast
(;; STDERR ;;;
Error running "sexpr-wasm":
third_party/testsuite/func-local-after-body.fail.wast:1:22: syntax error, unexpected LOCAL
(module (func (nop) (local i32)))
                     ^^^^^

;;; STDERR ;;)