mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
9 lines
193 B
Rust
9 lines
193 B
Rust
// ignore-wasm32 compiled with panic=abort by default
|
|
// compile-flags: -O
|
|
|
|
// EMIT_MIR_FOR_EACH_BIT_WIDTH
|
|
// EMIT_MIR repeat.main.ConstProp.diff
|
|
fn main() {
|
|
let x: u32 = [42; 8][2] + 0;
|
|
}
|