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