]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/auxiliary/hygiene_example.rs
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
[rust.git] / tests / ui / proc-macro / auxiliary / hygiene_example.rs
1 extern crate hygiene_example_codegen;
2
3 pub use hygiene_example_codegen::hello;
4
5 pub fn print(string: &str) {
6     println!("{}", string);
7 }