rust/tests/target/issue_5273.rs
2022-03-29 23:17:30 -05:00

3 lines
56 B
Rust

struct Example<const N: usize = { 1048576 }> {
//
}