]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/hex_literal_preserve.rs
Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022-03-26
[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 }