1 2 3 4 5 6 7 8
//@ run-pass //@ compile-flags: -Clto=fat //@ no-prefer-dynamic //@ ignore-backends: gcc fn main() { println!("hello!"); }