let: Ty = loop { break };
We weren't accounting for the case where `break` was immediately within the `loop` block.
start
#[start]