]> git.lizzy.rs Git - rust.git/blob - tests/ui/crate-loading/auxiliary/crateresolve1-1.rs
Rollup merge of #106715 - BoxyUwU:new_solver_triagebot, r=lcnr
[rust.git] / tests / ui / crate-loading / auxiliary / crateresolve1-1.rs
1 // compile-flags:-C extra-filename=-1
2 // no-prefer-dynamic
3 #![crate_name = "crateresolve1"]
4 #![crate_type = "lib"]
5
6 pub fn f() -> isize { 10 }