rust/tests/mir-opt/remove_never_const.no_codeg...

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

12 lines
147 B
Rust
Raw Normal View History

2020-04-03 05:09:01 +08:00
// MIR for `no_codegen` after PreCodegen
fn no_codegen() -> () {
2023-06-06 21:47:00 +08:00
let mut _0: ();
2020-04-03 05:09:01 +08:00
scope 1 {
}
bb0: {
2023-06-06 21:47:00 +08:00
unreachable;
2020-04-03 05:09:01 +08:00
}
}