main() { let ret_if_val: bool; ret_if_val = true; if (move(ret_if_val)) { loop {return; break; } } else { assert(false, 42); return; } }