You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a simple test for the conversion of pointer arithmetic/subtraction.
This works without any changes to our conversion of `minus_exprt`s because
there's a transformation between the frontend and the backend that converts
a (*a - 3) to (*a + (-3)).
0 commit comments