]> git.proxmox.com Git - rustc.git/blob - tests/ui/error-codes/auxiliary/crateresolve1-1.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / error-codes / 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 }