just/src/fuzzing.rs
2022-06-21 02:16:02 +00:00

6 lines
91 B
Rust

use super::*;
pub fn compile(text: &str) {
let _ = compiler::Compiler::compile(text);
}