summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-getlocal-name.txt
blob: 89af7f3e199b3d054a9b7d75a78d0712a26f5b33 (plain)
1
2
3
4
5
6
7
8
9
10
;;; ERROR: 1
(module (func (local $f f32) (get_local f)))
(;; STDERR ;;;
parse/expr/bad-getlocal-name.txt:2:41: unexpected token "f"
(module (func (local $f f32) (get_local f)))
                                        ^
parse/expr/bad-getlocal-name.txt:2:42: syntax error, unexpected ), expecting NAT or VAR
(module (func (local $f f32) (get_local f)))
                                         ^
;;; STDERR ;;)