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