rust/src/fuzzer/fuzzer.rs

3 lines
62 B
Rust
Raw Normal View History

fn main(vec[str] args) {
rustc::driver::rustc::main(args);
}