summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/hex_literal_upper.rs
blob: 48bb93d2c1c08d7efc11ca562f5cd732f3cc0ee1 (plain)
1
2
3
4
5
// rustfmt-hex_literal_case: Upper
fn main() {
    let h1 = 0xCAFE_5EA7;
    let h2 = 0xCAFE_F00Du32;
}