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

9 lines
193 B
Rust
Raw Normal View History

2023-04-05 09:44:20 +01:00
// ignore-wasm32 compiled with panic=abort by default
2019-09-14 09:22:07 -04:00
// compile-flags: -O
// EMIT_MIR_FOR_EACH_BIT_WIDTH
2020-07-27 21:22:43 +02:00
// EMIT_MIR repeat.main.ConstProp.diff
2019-09-14 09:22:07 -04:00
fn main() {
let x: u32 = [42; 8][2] + 0;
}