1 2 3 4 5 6 7 8
0:7(12): preprocessor error: syntax error, unexpected PLUS_PLUS a = x++; b = ++x; c = x--; d = --x;