rust/src/fuzzer/fuzzer.rc
2012-01-17 15:13:43 -08:00

15 lines
273 B
Rust

// -*- rust -*-
#[crate_type = "bin"];
use std;
use rustc;
// Local Variables:
// fill-column: 78;
// indent-tabs-mode: nil
// c-basic-offset: 4
// buffer-file-coding-system: utf-8-unix
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
// End: