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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
130 B
Rust
Raw Normal View History

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