diff options
| author | Brian Anderson <[email protected]> | 2011-05-05 20:56:02 -0400 |
|---|---|---|
| committer | Brian Anderson <[email protected]> | 2011-05-10 21:31:14 -0400 |
| commit | a5ea56c6f09c885d2bc9598419456c221ebb6831 (patch) | |
| tree | 4d4c44131ab5a9dbb5ce3ac6268eeae5271f2d74 /src/fuzzer/Fuzzer.rs | |
| parent | rustc: Don't interleave allocas with stores when copying arguments to allocas (diff) | |
| download | rust-a5ea56c6f09c885d2bc9598419456c221ebb6831.tar.xz rust-a5ea56c6f09c885d2bc9598419456c221ebb6831.zip | |
Introduce the fuzzer crate and make rules
Diffstat (limited to 'src/fuzzer/Fuzzer.rs')
| -rw-r--r-- | src/fuzzer/Fuzzer.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fuzzer/Fuzzer.rs b/src/fuzzer/Fuzzer.rs new file mode 100644 index 00000000..ea3850b2 --- /dev/null +++ b/src/fuzzer/Fuzzer.rs @@ -0,0 +1,2 @@ +fn main() { +}
\ No newline at end of file |