vlib/v/checker/tests/go_expr.vv:2:5: error: expression in `go` must be a function call 1 | fn main() { 2 | go 1 | ^ 3 | }