Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/sourcemaps
/
.
/
test
/
parse
/
expr
/
bad-loop-end-label.txt
blob: 5e33f3a989e0bfe0ba0716431aa8df6c2a285dd4 [
file
] [
log
] [
blame
] [
edit
]
;;; ERROR: 1
(module
(func
loop
end $foo))
(;; STDERR ;;;
out/test/parse/expr/bad-loop-end-label.txt:5:9: unexpected label "$foo"
end $foo))
^^^^
;;; STDERR ;;)