mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 02:40:45 +00:00
6 lines
74 B
Rust
6 lines
74 B
Rust
//@ no-prefer-dynamic
|
|
|
|
#![crate_type = "rlib"]
|
|
|
|
pub static FOO: i32 = 42;
|