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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
47 B
Rust
Raw Normal View History

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