error: cannot dereference with `.*`: 'Point' is not a pointer
  --> /Users/agra/projects/sx/examples/254-deref-non-pointer-reject.sx:12:10
   |
12 |     q := p.*;          // ERROR: `p` is a Point value, not a pointer
   |          ^
