]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/const_prop/reify_fn_ptr.rs
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[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 }