]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/many-crates-but-no-match/crateA3.rs
Auto merge of #106711 - albertlarsan68:use-ci-llvm-when-lld, r=jyn514
[rust.git] / tests / run-make-fulldeps / many-crates-but-no-match / crateA3.rs
1 #![crate_name="crateA"]
2
3 // Base crate
4 pub fn foo<T>() { println!("world!"); }