]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/coverage/unused_mod.rs
Rollup merge of #101014 - isikkema:fix-zmeta-stats-file-encoder-no-read-perms, r...
[rust.git] / src / test / run-make / coverage / unused_mod.rs
1 #[path = "lib/unused_mod_helper.rs"]
2 mod unused_module;
3
4 fn main() {
5     println!("hello world!");
6 }