Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lto
/
lto-opt-level-z.rs
blob: 1d063f146cbd5a334bfa3c3f0bb4e4ecfaea4d63 [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags: -Clinker-plugin-lto -Copt-level=z
//@ build-pass
//@ no-prefer-dynamic
#![
crate_type
=
"rlib"
]
pub
fn
foo
()
{}