index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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
);
}