6 lines
104 B
Rust
6 lines
104 B
Rust
|
// rustfmt-hex_literal_case: Lower
|
||
|
fn main() {
|
||
|
let h1 = 0xcafe_5ea7;
|
||
|
let h2 = 0xcafe_f00du32;
|
||
|
}
|