mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-29 05:11:34 +00:00
9 lines
200 B
Rust
9 lines
200 B
Rust
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
|
|
// unit-test: DataflowConstProp
|
|
// EMIT_MIR_FOR_EACH_BIT_WIDTH
|
|
|
|
// EMIT_MIR array_index.main.DataflowConstProp.diff
|
|
fn main() {
|
|
let x: u32 = [0, 1, 2, 3][2];
|
|
}
|