]> git.lizzy.rs Git - rust.git/blob - tests/mir-opt/const_prop/reify_fn_ptr.rs
Rollup merge of #107770 - notriddle:notriddle/br2nl, r=GuillaumeGomez
[rust.git] / tests / 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 }