Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
slow_tests
/
valgrind
/
simple_interpolation_script_mode.v
4
lines
·
4
sloc
·
167 bytes
·
6a32c810703f4ec0c39fe18298ebe6c40acac8f1
Raw
1
// TODO: @medvednikov: autofree on script mode does not work when first variable is on position 0 due to the code in `cgen.v:1115`
2
v :=
't'
3
s :=
'${v}.tmp'
4
println(s)
5