Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
parser
/
tests
/
forbidden_language_support_js.js.out
3
lines
·
3
sloc
·
170 bytes
·
50d988ebc7c92c739c17a2f922b9fc8f33b0a6f2
Raw
1
vlib/v/parser/tests/forbidden_language_support_js.js.vv:1:4: error: C code is not allowed in .js.v files, please move it to a .c.v file
2
1 | fn C.a() int
3
| ^
4