index
:
cli-tools-windows
master
CLI Tools
Indrajith K L
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
v_windows
/
v
/
vlib
/
v
/
checker
/
tests
/
assign_expr_undefined_err_b.vv
blob: b77ab6cbd9508f7876470281f395cf3b6dcc6a32 (
plain
)
1
2
3
4
fn main() { a, b := a, b println('$a, $b') }