mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-01 11:34:43 +00:00
(cherry picked from commit 49e793e8c4)
This commit is contained in:
4
tests/misc/t6549.nim
Normal file
4
tests/misc/t6549.nim
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
const l = $(range[low(uint64) .. high(uint64)])
|
||||
const r = "range 0..18446744073709551615(uint64)"
|
||||
doAssert l == r
|
||||
Reference in New Issue
Block a user