]> git.proxmox.com Git - rustc.git/blob - tests/ui/error-codes/auxiliary/crateresolve1-1.rs
bump version to 1.75.0+dfsg1-1~bpo12+pve1
[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 }