]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/const_prop/reify_fn_ptr.rs
Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-subtree
[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 }