v
v copied to clipboard
Double backslash bug with `-native` flag (Runtime Error)
V version: 0.3.1 f2f6ea5 OS: Windows 10
What did you do?
v -native run example.v
println("\\")
What did you expect to see?
Output: \
What did you see instead?
Output: \\
Also Linux have same bug V version: 0.3.1 1c63ce4 OS: Ubuntu 20.04.5 LTS on Windows 10 x86_64