rust/src/test/ui/fat-lto.rs
2019-07-27 18:56:16 +03:00

8 lines
100 B
Rust

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