]> git.lizzy.rs Git - rust.git/blob - src/test/run-pass/fat-lto.rs
Auto merge of #61421 - vorner:string-in-rc-into-raw-docs, r=RalfJung
[rust.git] / src / test / run-pass / fat-lto.rs
1 // compile-flags: -Clto=fat
2 // no-prefer-dynamic
3
4 fn main() {
5     println!("hello!");
6 }