(module
 (type $none_=>_i32 (func (result i32)))
 (type $1 (func))
 (table $0 46 funcref)
 (elem $0 (i32.const 9) $1)
 (elem $1 (i32.const 9) $0)
 (export "test1" (func $2))
 (func $0 (type $none_=>_i32) (result i32)
  (unreachable)
 )
 (func $1 (type $none_=>_i32) (result i32)
  (i32.const 65)
 )
 (func $2 (type $1)
  (drop
   (call_indirect $0 (type $none_=>_i32)
    (i32.const 9)
   )
  )
 )
)