@0⦊
fn call(return_error: bool) -> Result<(),()> {
if return_error
⦉@0
{
@1,3⦊
Err(())
⦉@1,3
} else {
@2⦊
Ok(())
⦉@2
}
}
@4⦊
‸
⦉@4