1 2 3 4 5 6 7
fn ret_void() ?void { return error('error') } fn main() { _ = ret_void() or { panic('$err') } }