1 // rustfmt-hex_literal_case: Lower main()2 fn main() { 3 let h1 = 0xCAFE_5EA7; 4 let h2 = 0xCAFE_F00Du32; 5 } 6