012 declined panic branch inside an arm

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

first take: 42
thread 337698404 panic: unhandled panic branch 'empty' fired at runtime
???:?:?: 0x102541b37 in _output_emitted.main_module.flow2 (???)
???:?:?: 0x10254175f in _output_emitted.main (???)
???:?:?: 0x10254166b in _main (???)
???:?:?: 0x18eec7dff in ??? (???)
???:?:?: 0x0 in ??? (???)

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: log, source: h: -1[i64])
flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: rows, capacity: 4, source: v: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: rows, source: v: 42)
flow ~take click a branch to expand · @labels scroll to their anchor
take (expr: rows[log.h])
flow ~for click a branch to expand · @labels scroll to their anchor
for (0..1)
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "REACHED THE END — the declined panic branch was silent")

Test Configuration

MUST_RUN