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

4 lines
48 B
Rust

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