fn test() -> [u8; M] { [0; N] //~ ERROR mismatched types } fn main() {}