Files
rust/tests/ui/consts/const-blocks/const-block-in-array-size.rs

6 lines
59 B
Rust
Raw Normal View History

2025-04-15 23:51:10 +09:00
//@ check-pass
type A = [u32; const { 2 }];
fn main() {}