Sign in
rust
/
rust
/
8eb7c58dbb7b32701af113bc58722d0d1fefb1eb
/
.
/
src
/
test
/
ui
/
thinlto
/
all-crates.rs
blob: e910b2a9f961a98192e0c71b5bede36853b6a6c5 [
file
]
// run-pass
// compile-flags: -Clto=thin
// no-prefer-dynamic
fn
main
()
{
println
!(
"hello!"
);
}