summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp/tests/136-plus-plus-and-minus-minus.c.expected
blob: 137921b169561caff9c3e5e00a438b2e2d6976b7 (plain)
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;