mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
433da1fc04
They pass fine.
7 lines
75 B
Rust
7 lines
75 B
Rust
#![crate_type = "lib"]
|
|
|
|
#[used]
|
|
static FOO: u32 = 0;
|
|
|
|
static BAR: u32 = 0;
|