rust/tests/run-make/crate-name-priority/foo1.rs
2023-03-30 07:34:55 -05:00

4 lines
37 B
Rust

#![crate_name = "foo"]
fn main() {}