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
9523c23e14
v
/
vlib
/
v
/
checker
/
tests
/
unexpected_or.vv
8 lines
72 B
V
Raw
Normal View
History
Unescape
Escape
compiler: propagate optional
2020-05-23 06:51:15 +00:00
fn
ret_zero
(
)
int
{
return
0
}
fn
main
(
)
{
parser: fail when assigning to _ with :=
2020-06-07 22:47:04 +00:00
_
=
ret_zero
(
)
or
{
1
}
compiler: propagate optional
2020-05-23 06:51:15 +00:00
}