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
e2e3992e0d
v
/
vlib
/
v
/
checker
/
tests
/
mismatched_ptr_op_ptr.vv
9 lines
105 B
V
Raw
Blame
History
fn
main
(
)
{
a
:=
'
1
'
unsafe
{
b
:=
&
a
println
(
b
+
*
b
)
println
(
b
+
b
)
}
}
Reference in New Issue
View Git Blame
Copy Permalink