v2 / vlib / v / checker / tests / globals / name_conflict_with_const.vv
3 lines · 2 sloc · 38 bytes · a741db43f388822bd078daa617d285ed6cf7766b
Raw
1const foo = 'abc'
2
3__global foo = 123
4