]> git.lizzy.rs Git - rust.git/blob - tests/target/hex_literal_upper.rs
Merge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6' into rustfmt-subtree
[rust.git] / tests / target / hex_literal_upper.rs
1 // rustfmt-hex_literal_case: Upper
2 fn main() {
3     let h1 = 0xCAFE_5EA7;
4     let h2 = 0xCAFE_F00Du32;
5 }