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