rust/tests/ui/lto/fat-lto.rs

8 lines
103 B
Rust

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