//# run main() { let ret_if_val: bool; label b0: ret_if_val = true; jump_if_false (move(ret_if_val)) b2; label b1: return; label b2: return; }