]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/hex_literal_lower.rs
Auto merge of #97521 - SkiFire13:clarify-vec-as-ptr, r=Dylan-DPC
[rust.git] / src / tools / rustfmt / tests / target / hex_literal_lower.rs
1 // rustfmt-hex_literal_case: Lower
2 fn main() {
3     let h1 = 0xcafe_5ea7;
4     let h2 = 0xcafe_f00du32;
5 }