mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 22:32:31 +00:00
8 lines
132 B
Rust
8 lines
132 B
Rust
//@ compile-flags: -Clinker-plugin-lto -Copt-level=z
|
|
//@ build-pass
|
|
//@ no-prefer-dynamic
|
|
|
|
#![crate_type = "rlib"]
|
|
|
|
pub fn foo() {}
|