vxx2 / vlib / v / checker / tests / test_invalid_name.vv
5 lines · 4 sloc · 57 bytes
Raw
1module custom
2
3fn test_result() {
4 println('whatever')
5}
6