1b8e80941Smrg0:7(12): preprocessor error: syntax error, unexpected PLUS_PLUS 2b8e80941Smrg 3b8e80941Smrga = x++; 4b8e80941Smrgb = ++x; 5b8e80941Smrgc = x--; 6b8e80941Smrgd = --x; 7b8e80941Smrg 8b8e80941Smrg 9