NYI: The result of do_panic should be returned by `use`, but there is currently no way we could do this. One way would be to add a local variable of type `Any` to `panic` and store the result there and then cast it to the correct type in `use` (see https://flang.dev/design/type_casts_ref)
NYI: The result of do_panic should be returned by `use`, but there is
currently no way we could do this. One way would be to add a local
variable of type `Any` to `panic` and store the result there and then
cast it to the correct type in `use` (see
https://flang.dev/design/type_casts_ref)