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

5 lines
48 B
V

fn main() {
a := 10
`b`
println(a)
}