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