```rust struct A { val: int } def a: A = A { val: 4 }; write(&a.val); // this panics while parsing ```