blob: b1092ad71ba136af32ba6afc94a4eb4b6ca386d3 [file] [log] [blame]
// rustfmt-hex_literal_case: Upper
fn main() {
let h1 = 0xCaFE_5ea7;
let h2 = 0xCAFE_F00Du32;
}