Sign in
android
/
platform
/
external
/
mesa3d
/
c696fc43925
/
.
/
src
/
compiler
/
glsl
/
glcpp
/
tests
/
136-plus-plus-and-minus-minus.c.expected
blob: 137921b169561caff9c3e5e00a438b2e2d6976b7 [
file
] [
log
] [
blame
]
0
:
7
(
12
):
preprocessor error
:
syntax error
,
unexpected PLUS_PLUS
a
=
x
++;
b
=
++
x
;
c
=
x
--;
d
=
--
x
;