just/src/fuzzing.rs
2023-11-21 11:28:59 -08:00

6 lines
80 B
Rust

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