summary refs log tree commit diff stats
path: root/tests/stdlib/t15663.nim
blob: 8e8bfd9a826f72bdb9eaac79b7b032fd5394c11c (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  cmd: "nim c --gc:arc $file"
  output: "Test"
"""

import std/widestrs

let ws = newWideCString("Test")
echo ws