rust/src/test/ui/fat-lto.rs

9 lines
126 B
Rust

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