@@ -3,6 +3,8 @@
int main(int argc, char** argv) {
int i = 10;
int x = i++ + (i++ + 1);
// aci, i == 12 ; x == 21
return 0;
}
The note is not visible to the blocked user.