summary refs log tree commit diff
path: root/src/test/mir-opt/const_prop/ref_deref.rs
blob: fc33e0e1f3b1879c9382501047f45465c36554d0 (plain)
1
2
3
4
5
6
// EMIT_MIR rustc.main.PromoteTemps.diff
// EMIT_MIR rustc.main.ConstProp.diff

fn main() {
    *(&4);
}