Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/filenames-in-reader-errors
/
.
/
test
/
parse
/
expr
/
bad-localset-name-undefined.txt
blob: 10c298df8f95048d459d29f91061cbcaa61ccf18 [
file
] [
edit
]
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func
i32.const 0
local.set $n))
(;; STDERR ;;;
out/test/parse/expr/bad-localset-name-undefined.txt:5:21: error: undefined local variable "$n"
local.set $n))
^^
;;; STDERR ;;)