summaryrefslogtreecommitdiff
path: root/test/reg_switch.wast.fromBinary
blob: 9b8d82b792c924738fec89bae4b8f91b9251ee4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(module
  (type $0 (func))
  (memory $0 0)
  (func $0 (type $0)
    (if
      (i32.const 0)
      (block $label$0
        (block $label$1
          (br_table $label$1
            (i32.const 0)
          )
        )
      )
    )
  )
)