summaryrefslogtreecommitdiff
path: root/test/parse/expr/brtable-multi.txt
blob: 199606d5297226c91571afc73db368b9994c1f70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(module
  (func
    (block
      (block
        (block
          (block
            (block (br_table 4 3 2 1 0 (i32.const 0)))
            (nop))
          (nop))
        (nop))
      (nop))
    (nop)))