diff options
author | flywind <43030857+xflywind@users.noreply.github.com> | 2020-11-05 21:00:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-05 14:00:49 +0100 |
commit | 8e1fa84b0d44bc6fb995992becf659d62b36713a (patch) | |
tree | df2d3cbb21d0103dff231197bc9d4ee8e18420ea /tests | |
parent | a8af664e8ba8672e736c72971a18c0e00ba9b086 (diff) | |
download | Nim-8e1fa84b0d44bc6fb995992becf659d62b36713a.tar.gz |
fix #15663 (#15839) [backport:1.4]
Diffstat (limited to 'tests')
-rw-r--r-- | tests/stdlib/t15663.nim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/stdlib/t15663.nim b/tests/stdlib/t15663.nim new file mode 100644 index 000000000..1ad5677fd --- /dev/null +++ b/tests/stdlib/t15663.nim @@ -0,0 +1,7 @@ +discard """ + cmd: "nim c --gc:arc $file" + output: "Test" +""" + +let ws = newWideCString("Test") +echo ws \ No newline at end of file |