vxx2 / vlib / v / checker / tests / inc_dec_fun_call.vv
5 lines · 4 sloc · 38 bytes · 91799a17425ecfd6a0542377a44989035784530f
Raw
1fn foo() int {
2 return 100
3}
4
5foo()--
6