nim-drchaos/tests/no_crash/tranges.nim

8 lines
138 B
Nim
Raw Normal View History

2022-08-25 20:18:38 +00:00
# Should run indefinitely.
import drchaos
func fuzzTarget(x: Natural) =
doAssert x >= 0 and x <= high(int)
defaultMutator(fuzzTarget)