]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lto/all-crates.rs
Rollup merge of #105674 - estebank:iterator-chains, r=oli-obk
[rust.git] / src / test / ui / lto / all-crates.rs
1 // run-pass
2
3 // compile-flags: -Clto=thin
4 // no-prefer-dynamic
5
6 fn main() {
7     println!("hello!");
8 }