diff options
Diffstat (limited to 'tests/stdlib/t15663.nim')
-rw-r--r-- | tests/stdlib/t15663.nim | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/stdlib/t15663.nim b/tests/stdlib/t15663.nim new file mode 100644 index 000000000..8e8bfd9a8 --- /dev/null +++ b/tests/stdlib/t15663.nim @@ -0,0 +1,9 @@ +discard """ + cmd: "nim c --gc:arc $file" + output: "Test" +""" + +import std/widestrs + +let ws = newWideCString("Test") +echo ws |