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

9 lines
126 B
Rust
Raw Normal View History

// run-pass
// compile-flags: -Clto=fat
// no-prefer-dynamic
2021-05-01 13:36:48 +02:00
// ignore-e2k64 asmparser
fn main() {
println!("hello!");
}