blob: 077b373e3b5d6f569a0267883109be674e88a6c8 [file] [log] [blame]
//@ known-bug: #136379
#![feature(min_generic_const_args)]
pub struct S();
impl S {
pub fn f() -> [u8; S] {
[]
}
}
pub fn main() {}