]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/hex_literal_preserve.rs
Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup
[rust.git] / src / tools / rustfmt / tests / target / hex_literal_preserve.rs
1 // rustfmt-hex_literal_case: Preserve
2 fn main() {
3     let h1 = 0xcAfE_5Ea7;
4     let h2 = 0xCaFe_F00du32;
5 }