v2 / vlib / v / checker / tests / globals / unexpected_eof.out
3 lines · 3 sloc · 129 bytes · 013589e9fee0996fcc47e2372aea591e8e789fc7
Raw
1vlib/v/checker/tests/globals/unexpected_eof.vv:3:1: error: unexpected eof, expecting `)`
2 1 | __global (
3 2 | x string
4