int main() { int x = 3; int y = sizeof(++x); return x; }