2020-04-02 16:09:01 -05:00
|
|
|
#[inline(never)]
|
|
|
|
fn noop() {}
|
|
|
|
|
2020-07-27 14:22:43 -05:00
|
|
|
// EMIT_MIR simplify_if.main.SimplifyBranches-after-const-prop.diff
|
2016-07-07 18:40:01 -05:00
|
|
|
fn main() {
|
|
|
|
if false {
|
2020-04-02 16:09:01 -05:00
|
|
|
noop();
|
2016-07-07 18:40:01 -05:00
|
|
|
}
|
|
|
|
}
|