Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
globals_error.out
5
lines
·
5
sloc
·
166 bytes
·
3702796f9d818a61a5b503161335e5b6ba613a12
Raw
1
vlib/v/checker/tests/globals_error.vv:1:1: error: use `v -enable-globals ...` to enable globals
2
1 | __global (
3
| ~~~~~~~~~~
4
2 | rfcnt int
5
3 | )
6