blob: 12b35f8d1b2ac83da7af432f8d667686d0de5777 [file] [log] [blame] [edit]
//@ known-bug: #131102
pub struct Blorb<const N: u16>([String; N]);
pub struct Wrap(Blorb<0>);
pub const fn i(_: Wrap) {}