blob: 39b49614e7d13deda817a5deb4caf7a060e47fe5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
;;; TOOL: wat2wasm
;;; ERROR: 1
(module
(func
(local i32)
block
unreachable
local.tee 0
end))
(;; STDERR ;;;
out/test/regress/regress-10.txt:9:5: error: type mismatch at end of block, expected [] but got [i32]
end))
^^^
;;; STDERR ;;)
|