v2 / vlib / v / checker / tests / globals / assign_no_value.out
5 lines · 5 sloc · 164 bytes · b85782b7e7893480e3b193fe67e7404667394290
Raw
1vlib/v/checker/tests/globals/assign_no_value.vv:2:9: error: undefined ident: `int_i`
2 1 | __global (
3 2 | test = int_i
4 | ~~~~~
5 3 | )
6