int f(int x, int y) {
[[assume(x == 27)]];
[[assume(x == y)]];
return y + 1; // May be optimised to `return 28`.
}
Of all the speeches I’ve learnt this has felt the most like a chore, but now I’ve got it I’m getting into it and it’s fun to perform!
Of all the speeches I’ve learnt this has felt the most like a chore, but now I’ve got it I’m getting into it and it’s fun to perform!