rust/tests/ui/lto/fat-lto.rs
2025-09-26 15:33:48 +02:00

8 lines
128 B
Rust

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