]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/hex_literal_preserve.rs
Sync rust-lang/portable-simd@03f6fbb21e6050da2a05b3ce8f480c020b384916
[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 }