mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
6 lines
104 B
Rust
6 lines
104 B
Rust
// rustfmt-hex_literal_case: Upper
|
|
fn main() {
|
|
let h1 = 0xCaFE_5ea7;
|
|
let h2 = 0xCAFE_F00Du32;
|
|
}
|