Skip to content

Commit 09ba0bd

Browse files
committed
add regression test for #73491
1 parent f52039d commit 09ba0bd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// check-pass
2+
#![feature(const_generics)]
3+
#![allow(incomplete_features)]
4+
5+
const LEN: usize = 1024;
6+
7+
fn hoge<const IN: [u32; LEN]>() {}
8+
9+
fn main() {}

0 commit comments

Comments
 (0)