Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lto
/
all-crates.rs
blob: ceabf9f05dffd2ff59578236eca3600113153cdf [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ compile-flags: -Clto=thin
//@ no-prefer-dynamic
fn
main
()
{
println
!(
"hello!"
);
}