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
0afaef5818
v
/
vlib
/
v
/
checker
/
tests
/
ambiguous_function_call_b.v
9 lines
55 B
V
Raw
Blame
History
fn
foo
(
)
{
foo
:=
1
foo
(
foo
)
}
fn
main
(
)
{
foo
(
)
}
Reference in New Issue
View Git Blame
Copy Permalink