]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/hex_literal_preserve.rs
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[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 }