rust/tests/target/hex_literal_preserve.rs

6 lines
107 B
Rust
Raw Normal View History

// rustfmt-hex_literal_case: Preserve
fn main() {
let h1 = 0xcAfE_5Ea7;
let h2 = 0xCaFe_F00du32;
}