v2 / vlib / v / parser / tests / fn_decl_unexpected_eof.out
3 lines · 3 sloc · 130 bytes · b9cbb4f177eb373a8c633a3f7c4b27aa39e3d65e
Raw
1vlib/v/parser/tests/fn_decl_unexpected_eof.vv:1:12: error: unexpected eof, expecting `}`
2 1 | fn main() {
3 | ^
4