summaryrefslogtreecommitdiffstats
path: root/tests/run-make/used/used.rs
blob: dca0a5e1167a81685f29d467acc0e1f82bce0c24 (plain)
1
2
3
4
5
6
#![crate_type = "lib"]

#[used]
static FOO: u32 = 0;

static BAR: u32 = 0;