//@ known-bug: #137888 #![feature(generic_const_exprs)] macro_rules! empty { () => (); } fn bar() -> [(); { empty! {}; N }] { } fn main() {}