rust/tests/assembly/thin-lto.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
153 B
Rust
Raw Normal View History

//@ compile-flags: -O -C lto=thin -C prefer-dynamic=no
//@ only-x86_64-unknown-linux-gnu
//@ assembly-output: emit-asm
// CHECK: main
2024-05-29 03:57:23 +00:00
pub fn main() {}