/src/fuzzer/fuzzer.rc
http://github.com/jruderman/rust · Windows Resource-Definition Script · 20 lines · 7 code · 6 blank · 7 comment · 0 complexity · f8510d1a82352756c802c0d407a0c46f MD5 · raw file
- // -*- rust -*-
- #[crate_type = "bin"];
- #[no_core];
- #[allow(vecs_implicitly_copyable)];
- use core(vers = "0.3");
- use std(vers = "0.3");
- use syntax(vers = "0.3");
- import core::*;
- // Local Variables:
- // fill-column: 78;
- // indent-tabs-mode: nil
- // c-basic-offset: 4
- // buffer-file-coding-system: utf-8-unix
- // End: