mirror of
https://github.com/status-im/nim-drchaos.git
synced 2025-02-19 22:28:15 +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)
|