mirror of
https://github.com/status-im/nim-drchaos.git
synced 2025-02-16 12:57:11 +00:00
8 lines
156 B
Nim
8 lines
156 B
Nim
import drchaos
|
|
|
|
func fuzzTarget(x: ref seq[byte]) =
|
|
if x != nil and x[] == @[0x3f.byte, 0x2e, 0x1d, 0x0c]:
|
|
doAssert false
|
|
|
|
defaultMutator(fuzzTarget)
|