9 lines
179 B
Rust
9 lines
179 B
Rust
// unit-test: ConstProp
|
|
// compile-flags: -O
|
|
|
|
// EMIT_MIR aggregate.main.ConstProp.diff
|
|
// EMIT_MIR aggregate.main.PreCodegen.after.mir
|
|
fn main() {
|
|
let x = (0, 1, 2).1 + 0;
|
|
}
|