just/src/fuzzing.rs

6 lines
75 B
Rust
Raw Normal View History

2018-10-13 03:12:35 -07:00
use common::*;
pub fn compile(text: &str) {
Parser::parse(text).ok();
}