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

4 lines
23 B
Rust
Raw Normal View History

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