mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-01 17:19:15 +00:00
7 lines
123 B
Rust
7 lines
123 B
Rust
//@ compile-flags: -O -C lto=thin -C prefer-dynamic=no
|
|
//@ only-x86_64-unknown-linux-gnu
|
|
|
|
// CHECK: main
|
|
|
|
pub fn main() {}
|