v/vlib/v/parser/tests/expr_evaluated_but_not_used...

6 lines
58 B
V

fn main() {
a := 1
b := 2
println(a*b), a+b
}