rust/tests/incremental/change_crate_order/auxiliary/b.rs
2023-01-11 09:32:08 +00:00

4 lines
47 B
Rust

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