rust/tests/mir-opt/building/custom/assume.assume_constant.built.after.mir

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
155 B
Rust
Raw Normal View History

2024-01-20 13:01:57 -06:00
// MIR for `assume_constant` after built
fn assume_constant() -> () {
let mut _0: ();
bb0: {
assume(const true);
return;
}
}