/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

  1. // -*- rust -*-
  2. #[crate_type = "bin"];
  3. #[no_core];
  4. #[allow(vecs_implicitly_copyable)];
  5. use core(vers = "0.3");
  6. use std(vers = "0.3");
  7. use syntax(vers = "0.3");
  8. import core::*;
  9. // Local Variables:
  10. // fill-column: 78;
  11. // indent-tabs-mode: nil
  12. // c-basic-offset: 4
  13. // buffer-file-coding-system: utf-8-unix
  14. // End: