Files
Nim/tests/stdlib/t15663.nim
metagn 0b1650576c move widestrs out of system (#20462)
* move widestrs out of system

* fix osproc
2022-10-01 22:35:09 +02:00

10 lines
125 B
Nim

discard """
cmd: "nim c --gc:arc $file"
output: "Test"
"""
import std/widestrs
let ws = newWideCString("Test")
echo ws