Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
res_use_outside_defer.vv
4
lines
·
4
sloc
·
53 bytes
·
dbd251793eaa387936367bf907f366acb3050365
Raw
1
fn test() string {
2
println($res())
3
return 'test'
4
}
5