rust/tests/mir-opt/const_prop/reify_fn_ptr.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
102 B
Rust
Raw Normal View History

2020-07-27 14:22:43 -05:00
// EMIT_MIR reify_fn_ptr.main.ConstProp.diff
2020-04-04 12:15:01 -05:00
fn main() {
let _ = main as usize as *const fn();
}