mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-06 20:04:18 +00:00
7
tests/stdlib/t15663.nim
Normal file
7
tests/stdlib/t15663.nim
Normal file
@@ -0,0 +1,7 @@
|
||||
discard """
|
||||
cmd: "nim c --gc:arc $file"
|
||||
output: "Test"
|
||||
"""
|
||||
|
||||
let ws = newWideCString("Test")
|
||||
echo ws
|
||||
Reference in New Issue
Block a user