blob: 1952ddb941e511db20bccf3446e0cb08de658154 [file] [log] [blame]
// Regression test for issue 90013.
// check-pass
#![feature(inline_const)]
fn main() {
const { || {} };
}