aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/vlib/v/checker/tests/globals_error.out
blob: 1dcbb36a7303f2fa767b0a2139ae538448124f95 (plain)
1
2
3
4
5
6
vlib/v/checker/tests/globals_error.vv:2:1: error: use `v -enable-globals ...` to enable globals
    1 |
    2 | __global ( rfcnt int )
      | ~~~~~~~~
    3 |
    4 | fn abc(){