blob: 3f1f208459d17affcfe34e7f2a596fca1335ae41 [file] [log] [blame] [edit]
// Regression test for issue #120615.
fn main() {
[(); loop {}].field; //~ ERROR constant evaluation is taking a long time
}