mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
8 lines
174 B
Rust
8 lines
174 B
Rust
//@ compile-flags:-C extra-filename=-1 -Z threads=16
|
|
//@ no-prefer-dynamic
|
|
//@ build-pass
|
|
#![crate_name = "crateresolve1"]
|
|
#![crate_type = "lib"]
|
|
|
|
pub fn f() -> isize { 10 }
|