]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/const_prop/reify_fn_ptr.rs
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
[rust.git] / src / test / mir-opt / const_prop / reify_fn_ptr.rs
1 // EMIT_MIR reify_fn_ptr.main.ConstProp.diff
2
3 fn main() {
4     let _ = main as usize as *const fn();
5 }