mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
fix #16264 regression(0.18.0 => devel): import times; echo low(Time) gives OverflowDefect
2 lines
46 B
Nim
2 lines
46 B
Nim
import times
|
|
doAssert low(Time) == fromUnix(0) |