v2 / vlib / v / checker / tests / non_lvalue_as_voidptr.out
5 lines · 5 sloc · 169 bytes · eb65ad078d86208fbf4befb9a52c9f630ea9aec6
Raw
1vlib/v/checker/tests/non_lvalue_as_voidptr.vv:5:13: error: expression cannot be passed as `voidptr`
2 3 | }
3 4 |
4 5 | println(add(5, 10))
5 | ^
6