This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
76c67952e6
v
/
vlib
/
v
/
checker
/
tests
/
assign_expr_undefined_err_h.vv
9 lines
68 B
V
Raw
Blame
History
fn
f
(
i
int
)
int
{
return
i
}
fn
main
(
)
{
n
:=
f
(
n
)
println
(
n
)
}
Reference in New Issue
View Git Blame
Copy Permalink