summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/const_prop/ref_deref.rs
blob: 76e56916af09aa32606552cdfc5b83c92c81f84f (plain)
1
2
3
4
5
6
// unit-test: ConstProp
// EMIT_MIR ref_deref.main.ConstProp.diff

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