]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/many-crates-but-no-match/crateA2.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / run-make-fulldeps / many-crates-but-no-match / crateA2.rs
1 #![crate_name="crateA"]
2
3 // Base crate
4 pub fn func<T>() { println!("hello"); }