mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
7 lines
103 B
Nim
7 lines
103 B
Nim
discard """
|
|
cmd: "nim c --gc:arc $file"
|
|
output: "Test"
|
|
"""
|
|
|
|
let ws = newWideCString("Test")
|
|
echo ws |