blob: 9d581b4afddc560d1b0b9965219321c247bc6419 (
plain)
1
2
3
4
5
6
7
8
9
10
|
;;; ERROR: 1
(module
(func
(block
(br_table 1 (i32.const 0)))))
(;; STDERR ;;;
parse/expr/bad-brtable-bad-depth.txt:5:17: label variable out of range (max 1)
(br_table 1 (i32.const 0)))))
^
;;; STDERR ;;)
|