Hacker News new | ask | show | jobs
by Y_Y 651 days ago
Desugar to pointer arithmetic, try to do an dereference like

    *(y-1)
and more than likely segfault, or return the value at that address if it's somehow valid.