summaryrefslogtreecommitdiffstats
path: root/src/test/mir-opt/const_prop/ref_deref.rs
blob: 30ec9766367baf01e72cc267b1081e592f723db5 (plain)
1
2
3
4
5
6
// EMIT_MIR ref_deref.main.PromoteTemps.diff
// EMIT_MIR ref_deref.main.ConstProp.diff

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