Files
rust/tests/ui/lto/all-crates.rs

10 lines
130 B
Rust

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