v2 / vlib / v / parser / tests / operator_normal_fn.vv
3 lines · 3 sloc · 34 bytes · 0caf668e7326a9389e7abfc8df25914505a287d1
Raw
1fn +(x int) int {
2 return 5 + x
3}
4