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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
88 B
Rust
Raw Normal View History

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