v/vlib/v/checker/tests/main_return_err.vv

4 lines
31 B
V

fn main() f64 {
return 1.23
}