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