blob: ddd247cbe25b9c88d5a224a01bd6abf2d65a2b41 [file] [log] [blame] [edit]
//@ check-pass
const fn x() {
let t = true;
let x = || t;
}
fn main() {}