1 2 3 4 5 6
pub const uint_val: usize = 1; pub const uint_expr: usize = 1 << uint_val; pub fn test() -> usize { uint_expr }