rust/tests/run-make/crate-loading-multiple-candidates/crateresolve1-2.rs

7 lines
88 B
Rust
Raw Normal View History

#![crate_name = "crateresolve1"]
#![crate_type = "lib"]
pub fn f() -> isize {
20
}