mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
10 lines
218 B
Rust
10 lines
218 B
Rust
// skip-filecheck
|
|
// 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];
|
|
}
|