rustc/tests/incremental/remove_source_file/auxiliary/mod.rs
2023-07-27 22:48:29 +08:00

4 lines
48 B
Rust

pub fn print_hello() {
println!("hello");
}