4f773af1cc
Co-authored-by: Michael Goulet <michael@errs.io>
6 lines
130 B
Rust
6 lines
130 B
Rust
// Regression test for issue #120615.
|
|
|
|
fn main() {
|
|
[(); loop {}].field; //~ ERROR constant evaluation is taking a long time
|
|
}
|