1 2 3 4 5 6 7
// Regression test for issue 90013. // check-pass #![feature(inline_const)] fn main() { const { || {} }; }