mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-28 02:03:59 +00:00
Fixes #2030
This commit is contained in:
6
tests/exprs/thighCString.nim
Normal file
6
tests/exprs/thighCString.nim
Normal file
@@ -0,0 +1,6 @@
|
||||
discard """
|
||||
output: "5"
|
||||
"""
|
||||
let test = cstring("foobar")
|
||||
|
||||
echo high(test)
|
||||
Reference in New Issue
Block a user