rustc/tests/run-make/many-crates-but-no-match/crateA3.rs
2024-07-31 08:40:13 +02:00

7 lines
85 B
Rust

#![crate_name = "crateA"]
// Base crate
pub fn foo<T>() {
println!("world!");
}