6 lines
107 B
Rust
6 lines
107 B
Rust
|
// rustfmt-hex_literal_case: Preserve
|
||
|
fn main() {
|
||
|
let h1 = 0xcAfE_5Ea7;
|
||
|
let h2 = 0xCaFe_F00du32;
|
||
|
}
|