main() { let ret_if_val: bool; ret_if_val = true; if (move(ret_if_val)) { return; } else { return; } }