rust/tests/mir-opt/const_prop/reify_fn_ptr.rs
2023-01-11 09:32:08 +00:00

6 lines
102 B
Rust

// EMIT_MIR reify_fn_ptr.main.ConstProp.diff
fn main() {
let _ = main as usize as *const fn();
}