about summary refs log tree commit diff
path: root/tests/ui/crate-loading/auxiliary/crateresolve2-1.rs
blob: cd4fcc4084a7c752796da715f7568e0038d4b081 (plain)
1
2
3
4
5
//@ compile-flags:-C extra-filename=-1 --emit=metadata
#![crate_name = "crateresolve2"]
#![crate_type = "lib"]

pub fn f() -> isize { 10 }