5 lines
52 B
Rust
Raw Normal View History

2018-07-31 12:51:00 +03:00
fn foo() {
let _ = &1;
let _ = &mut &f();
}