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`
2v := 't'
3s := '${v}.tmp'
4println(s)
5