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

// EMIT_MIR rustc.main.ConstProp.diff
fn main() {
    (&[1u32, 2, 3] as &[u32])[1];
}