(module
 (type $0 (func (result i32)))
 (type $1 (func))
 (func $return-i32-but-body-is-unreachable3 (; 0 ;) (type $0) (result i32)
  (local $label i32)
  (loop $while-in$1
   (br $while-in$1)
  )
 )
 (func $return-i32-but-body-is-unreachable4 (; 1 ;) (type $0) (result i32)
  (local $label i32)
  (loop $while-in$1
   (br $while-in$1)
  )
 )
 (func $to-drop-unreachable (; 2 ;) (type $1)
  (drop
   (block (result i32)
    (unreachable)
   )
  )
 )
 (func $return-i32-but-body-is-unreachable5 (; 3 ;) (type $0) (result i32)
  (local $label i32)
  (unreachable)
 )
 (func $return-i32-but-body-is-unreachable6 (; 4 ;) (type $0) (result i32)
  (local $label i32)
  (unreachable)
 )
)
