blob: f9288a12763dfeedeb26b822c66aad4e49f79298 (
plain)
1
2
3
4
5
6
7
8
|
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func br 1))
(;; STDERR ;;;
out/test/parse/expr/bad-br-undefined.txt:3:15: error: invalid depth: 1 (max 0)
(module (func br 1))
^^
;;; STDERR ;;)
|