Skip to content

Commit 8120950

Browse files
committed
Add test for issue 125668
1 parent f433fa4 commit 8120950

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
//@ check-pass
2+
3+
type A = [u32; const { 2 }];
4+
5+
fn main() {}

0 commit comments

Comments
 (0)