]> git.proxmox.com Git - rustc.git/blob - tests/run-make-fulldeps/used/used.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / run-make-fulldeps / used / used.rs
1 #![crate_type = "lib"]
2
3 #[used]
4 static FOO: u32 = 0;
5
6 static BAR: u32 = 0;