blob: 7dab3d639aad029b102e408a66c80716358ea37d [file] [log] [blame] [edit]
;;; ERROR: 1
(module
(func
loop $foo
end $bar))
(;; STDERR ;;;
out/test/parse/expr/bad-loop-mismatch-label.txt:5:9: mismatching label "$foo" != "$bar"
end $bar))
^^^^
;;; STDERR ;;)