summary refs log tree commit diff stats
path: root/tests/misc/t6549.nim
blob: 1d7393318df4b384a0ab29278093938b97ce2d0e (plain) (blame)
1
2
3
4
const l = $(range[low(uint64) .. high(uint64)])
const r = "range 0..18446744073709551615(uint64)"
doAssert l == r