rust/tests/mir-opt/const_prop/reify_fn_ptr.rs
2023-10-19 15:51:52 +00:00

8 lines
144 B
Rust

// skip-filecheck
// unit-test: ConstProp
// EMIT_MIR reify_fn_ptr.main.ConstProp.diff
fn main() {
let _ = main as usize as *const fn();
}