summaryrefslogtreecommitdiff
path: root/test/roundtrip/invalid-br-var.txt
blob: 78c7a3b55f21d959fa8aaa3a7cf1b29e0bad8316 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;; TOOL: run-roundtrip
;;; ARGS: --stdout --no-check
(module
  (func
    br 1))
(;; STDOUT ;;;
(module
  (type (;0;) (func))
  (func (;0;) (type 0)
    br 1 (; INVALID ;)))
;;; STDOUT ;;)