rust/tests/run-make/used/used.rs
2024-08-03 13:02:32 +00:00

5 lines
53 B
Rust

#![crate_type = "lib"]
#[used]
static FOO: u32 = 0;