summary refs log tree commit diff
path: root/tests/codegen/thin-lto.rs
blob: c75f9841a773d2d58d3dc8fe8152e14fcb00000d (plain)
1
2
3
4
5
6
7
//@ compile-flags: -O -C lto=thin -C prefer-dynamic=no
//@ only-x86_64-unknown-linux-gnu

// CHECK: main

pub fn main() {
}