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
4b48bece20
v
/
vlib
/
v
/
checker
/
tests
/
infix_compare_optional_err.vv
8 lines
62 B
V
Raw
Blame
History
fn
foo
(
)
?
int
{
return
0
}
fn
main
(
)
{
if
foo
(
)
>
foo
(
)
{
}
}
Reference in New Issue
View Git Blame
Copy Permalink