about summary refs log tree commit diff
path: root/tests/ui/lto/fat-lto.rs
blob: 73d6801a25acbb3e9244bb9daa196f44d97bb77b (plain)
1
2
3
4
5
6
7
//@ run-pass
//@ compile-flags: -Clto=fat
//@ no-prefer-dynamic

fn main() {
    println!("hello!");
}