]> git.lizzy.rs Git - rust.git/blob - tests/incremental/remove_source_file/auxiliary/mod.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / incremental / remove_source_file / auxiliary / mod.rs
1 pub fn print_hello() {
2     println!("hello");
3 }