]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/hex_literal_preserve.rs
Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-subtree
[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 }