rust/tests/run-make-fulldeps/used/used.rs
2023-01-11 09:32:08 +00:00

7 lines
75 B
Rust

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