summaryrefslogtreecommitdiff
path: root/test/parse/expr/br-loop.txt
blob: 03ef1be6353b4e9c36a377ce8e8aa6c9d9a664ae (plain)
1
2
3
4
5
6
;;; TOOL: wat2wasm
(module
  (func
    loop $exit
      br $exit
    end))