blob: b690dbfaae7239416683221b35bdd286d2a0ff44 [file] [log] [blame]
//@ proc-macro: hygiene_example_codegen.rs
extern crate hygiene_example_codegen;
pub use hygiene_example_codegen::hello;
pub fn print(string: &str) {
println!("{}", string);
}