v/vlib/v/checker/tests/return_type.vv

6 lines
45 B
V

fn test() bool {
return 100
}
fn main() {}