v/vlib/v/checker/tests/error_fn_with_0_args.vv

4 lines
31 B
V

fn abc() ? {
return error()
}