summaryrefslogtreecommitdiffstats
path: root/tests/assembly/thin-lto.rs
blob: deb8fd21d14f0d816400544266d34372a118e5ba (plain)
1
2
3
4
5
6
7
8
// compile-flags: -O -C lto=thin -C prefer-dynamic=no
// only-x86_64-unknown-linux-gnu
// assembly-output: emit-asm

// CHECK: main

pub fn main() {
}