]> git.proxmox.com Git - rustc.git/blame - src/test/mir-opt/const_prop/ref_deref.rs
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / mir-opt / const_prop / ref_deref.rs
CommitLineData
72b1a166
FG
1// EMIT_MIR ref_deref.main.PromoteTemps.diff
2// EMIT_MIR ref_deref.main.ConstProp.diff
3
dc9dc135
XL
4fn main() {
5 *(&4);
6}