Files
Nim/tests/misc/t6549.nim
2023-04-25 18:27:54 +02:00

5 lines
115 B
Nim

const l = $(range[low(uint64) .. high(uint64)])
const r = "range 0..18446744073709551615(uint64)"
doAssert l == r