Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
lto
/
auxiliary
/
lto-rustc-loads-linker-plugin.rs
blob: cc5665a52a1dcfa462f8266f60ccbb21eb6209ca [
file
] [
log
] [
blame
]
//@ compile-flags: -Clinker-plugin-lto
//@ no-prefer-dynamic
#![
crate_type
=
"rlib"
]
pub
fn
foo
()
{}