Closed NotAFlyingGoose closed 1 year ago
Reproduce with:
val := 10; ptr := ^val; nval := 42; nptr := ^nval; ptr = nptr;
ptr is apparently immutable, this is incorrect behavior
Reproduce with:
ptr is apparently immutable, this is incorrect behavior