rust/tests/ui/crate-loading/auxiliary/crateresolve2-2.rs

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

6 lines
139 B
Rust
Raw Normal View History

//@ compile-flags:-C extra-filename=-2 --emit=metadata
#![crate_name = "crateresolve2"]
#![crate_type = "lib"]
pub fn f() -> isize { 20 }