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