summaryrefslogtreecommitdiffstats
path: root/tests/rust/constant_sort_none.rs
blob: 96c1185b4d106db77053777907cf4c345bba0827 (plain)
1
2
3
4
5
6
7
pub const B: u8 = 0;
pub const A: u8 = 0;

#[no_mangle]
pub static D: u8 = 0;
#[no_mangle]
pub static C: u8 = 0;