summary refs log tree commit diff
path: root/src/test/mir-opt/const_prop/array_index.rs
blob: 9301e6f5d0393fad945865a503403a5bfcfe7793 (plain)
1
2
3
4
5
6
// EMIT_MIR_FOR_EACH_BIT_WIDTH

// EMIT_MIR rustc.main.ConstProp.diff
fn main() {
    let x: u32 = [0, 1, 2, 3][2];
}