blob: 0c55f13c16c22723d25e69cdf703f703cd8bfb4b [file] [log] [blame]
#![feature(explicit_tail_calls)]
#![expect(incomplete_features)]
const _: () = f();
const fn f() {
become f(); //~ error: constant evaluation is taking a long time
}
fn main() {}