summary refs log tree commit diff
path: root/src/fuzzer/fuzzer.rc
blob: 39d9779827abcde30040e9f5ff83498dad26a6e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- 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: