summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue_5273.rs
blob: 3bb9048a5fd3d6a0eae954c7a2baa6543e824011 (plain)
1
2
3
struct Example<const N: usize = { 1048576 }> {
    //
}