blob: 6cf494fc5b83f5abd0475528029c60fe24f54799 [file] [log] [blame]
#![feature(const_generics)]
fn foo<
const N: [u8; {
struct Inner<'a>(&'a ());
3
}],
>() {
}