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