rust/src/test/ui/thinlto/all-crates.rs
2019-07-27 18:56:16 +03:00

8 lines
102 B
Rust

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