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

5 lines
61 B
Rust

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