]> git.proxmox.com Git - rustc.git/blame - src/test/ui/thinlto/all-crates.rs
New upstream version 1.57.0+dfsg1
[rustc.git] / src / test / ui / thinlto / all-crates.rs
CommitLineData
b7449926
XL
1// run-pass
2
2c00a5a8
XL
3// compile-flags: -Clto=thin
4// no-prefer-dynamic
c34b1796 5
a7813a04 6fn main() {
2c00a5a8 7 println!("hello!");
223e47cc 8}