rust/tests/ui/lto/fat-lto.rs
2023-01-11 09:32:08 +00:00

8 lines
100 B
Rust

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