mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
(cherry picked from commit 89be5be03e)
This commit is contained in:
@@ -41,3 +41,8 @@ except OverflowError, RangeError:
|
||||
echo x
|
||||
|
||||
echo expected == 4
|
||||
|
||||
# bug #13698
|
||||
var
|
||||
x45 = "hello".cstring
|
||||
p = x45.len.int32
|
||||
|
||||
Reference in New Issue
Block a user