1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/expr_evaluated_but_not_used_c.vv

5 lines
48 B
V

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