about summary refs log tree commit diff
path: root/tests/run-make/crate-loading-multiple-candidates/crateresolve1-1.rs
blob: fe00f041a862ea52b7381f891b05983fd478fb12 (plain)
1
2
3
4
5
6
#![crate_name = "crateresolve1"]
#![crate_type = "lib"]

pub fn f() -> isize {
    10
}