rust/tests/incremental/change_crate_order/auxiliary/b.rs

4 lines
47 B
Rust

#![crate_type="rlib"]
pub static B: u32 = 32;