mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
10 lines
205 B
Nim
10 lines
205 B
Nim
discard """
|
|
cmd: "nim c --experimental:vmopsDanger -r $file"
|
|
"""
|
|
when defined(nimPreviewSlimSystem):
|
|
import std/assertions
|
|
import std/times
|
|
|
|
const foo = getTime()
|
|
let bar = foo
|
|
doAssert bar > low(Time) |