]> git.lizzy.rs Git - rust.git/blob - src/test/ui/thinlto/all-crates.rs
Pin panic-in-drop=abort test to old pass manager
[rust.git] / src / test / ui / thinlto / all-crates.rs
1 // run-pass
2
3 // compile-flags: -Clto=thin
4 // no-prefer-dynamic
5
6 fn main() {
7     println!("hello!");
8 }