v2 / vlib / v / checker / tests / globals / global_anon_fn_without_body.out
3 lines · 3 sloc · 166 bytes · bc30608e92b825b0bbb6578d4f8ed61aee5d8637
Raw
1vlib/v/checker/tests/globals/global_anon_fn_without_body.vv:1:14: error: anonymous function must declare a body
2 1 | __global f = fn ()
3 | ~~~~~
4