]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/const_prop/ref_deref.rs
Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyup
[rust.git] / src / test / mir-opt / const_prop / ref_deref.rs
1 // EMIT_MIR ref_deref.main.PromoteTemps.diff
2 // EMIT_MIR ref_deref.main.ConstProp.diff
3
4 fn main() {
5     *(&4);
6 }