rust/tests/run-make-fulldeps/used/used.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
75 B
Rust
Raw Normal View History

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