mirror of
https://github.com/status-im/nim-drchaos.git
synced 2025-02-20 14:48:07 +00:00
8 lines
138 B
Nim
8 lines
138 B
Nim
# Should run indefinitely.
|
|
import drchaos
|
|
|
|
func fuzzTarget(x: Natural) =
|
|
doAssert x >= 0 and x <= high(int)
|
|
|
|
defaultMutator(fuzzTarget)
|