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