Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/main
/
.
/
test
/
parse
/
expr
/
bad-loop-end-label.txt
blob: 41d5b7ed88a359ced64f487d1ae70a33c089aad1 [
file
] [
edit
]
;;; TOOL: wat2wasm
;;; ERROR: 1
(module
(func
loop
end $foo))
(;; STDERR ;;;
out/test/parse/expr/bad-loop-end-label.txt:6:9: error: unexpected label "$foo"
end $foo))
^^^^
;;; STDERR ;;)