DEBSOURCES
Skip Quicknav
sources / nim / 2.2.0-1 / tests / js / testtojsstr.nim
12345678
discard """ output = "И\n" """ let s: string = "И\n" let cs = s.cstring echo $s