rustc/tests/coverage/unused_mod.rs
2024-06-04 21:09:03 +02:00

7 lines
107 B
Rust

#[path = "auxiliary/unused_mod_helper.rs"]
mod unused_module;
fn main() {
println!("hello world!");
}