mirror of
https://github.com/status-im/nim-drchaos.git
synced 2025-02-22 07:38:18 +00:00
7 lines
102 B
Nim
7 lines
102 B
Nim
|
import drchaos
|
||
|
|
||
|
func fuzzTarget(x: bool) =
|
||
|
if x == true: doAssert false
|
||
|
|
||
|
defaultMutator(fuzzTarget)
|