blob: 137921b169561caff9c3e5e00a438b2e2d6976b7 [file] [log] [blame]
0:7(12): preprocessor error: syntax error, unexpected PLUS_PLUS
a = x++;
b = ++x;
c = x--;
d = --x;