rust/tests/data/parser/inline/0062_deref_expr.rs

4 lines
23 B
Rust
Raw Normal View History

2018-07-31 20:44:54 +03:00
fn foo() {
**&1;
}