rust/src/test/run-pass/thinlto/all-crates.rs
2018-12-25 21:08:33 -07:00

8 lines
102 B
Rust

// run-pass
// compile-flags: -Clto=thin
// no-prefer-dynamic
fn main() {
println!("hello!");
}