jotdown/tests/afl/src/parse.rs
2023-03-17 18:45:20 +01:00

3 lines
74 B
Rust

fn main() {
afl::fuzz!(|data: &[u8]| { jotdown_afl::parse(data) });
}