blob: 79a02d8a5c060339322177bb678004a543fb8ff0 [file] [log] [blame]
int main() {
int i = 2;
int *pi = &(++i);
return i != 3;
}