Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
d951c41a684c886900477b7087c9de51ddba03bd
/
.
/
tests
/
crashes
/
131451.rs
blob: cd5b44bad8a5be8e5fda09d2977f1a3e6431f598 [
file
] [
log
] [
blame
]
//@ known-bug: #131451
//@ needs-rustc-debug-assertions
//@ compile-flags: -Zmir-enable-passes=+GVN -Zmir-enable-passes=+JumpThreading --crate-type=lib
pub
fn
fun
(
terminate
:
bool
)
{
while
true
{}
while
!
terminate
{}
}