Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
lto
/
fat-lto.rs
blob: 73d6801a25acbb3e9244bb9daa196f44d97bb77b [
file
] [
log
] [
blame
]
//@ run-pass
//@ compile-flags: -Clto=fat
//@ no-prefer-dynamic
fn
main
()
{
println
!(
"hello!"
);
}