summaryrefslogtreecommitdiffstats
path: root/src/test/incremental/remove_source_file/auxiliary/mod.rs
blob: 96a366d9633a459c31e326ac9431d3410bc79bb6 (plain)
1
2
3
pub fn print_hello() {
    println!("hello");
}