Counts
 [funcs]        : 1       
 [memory-data]  : 9       
 [table-data]   : 3       
 [total]        : 27      
 [vars]         : 1       
 binary         : 1       
 block          : 1       
 const          : 15      
 drop           : 6       
 if             : 4       
(module
 (type $0 (func (param i32)))
 (global $glob i32 (i32.const 1337))
 (table 256 256 anyfunc)
 (elem (i32.const 0) $ifs $ifs $ifs)
 (memory $0 256 256)
 (data (i32.const 0) "\ff\ef\0f\1f 0@P\99")
 (func $ifs (; 0 ;) (type $0) (param $x i32)
  (local $y f32)
  (block $block0
   (if
    (i32.const 0)
    (drop
     (i32.const 1)
    )
   )
   (if
    (i32.const 0)
    (drop
     (i32.const 1)
    )
    (drop
     (i32.const 2)
    )
   )
   (if
    (i32.const 4)
    (drop
     (i32.const 5)
    )
    (drop
     (i32.const 6)
    )
   )
   (drop
    (i32.eq
     (if (result i32)
      (i32.const 4)
      (i32.const 5)
      (i32.const 6)
     )
     (i32.const 177)
    )
   )
  )
 )
)
Counts
 [funcs]        : 0       
 [total]        : 0       
 [vars]         : 0       
(module
 (memory $0 0)
)
