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