Sign in
ara-mdk
/
platform
/
frameworks
/
compile
/
libbcc
/
2cb9d2c8f43c61ecfacc3f85a56cd558dde7514c
/
.
/
tests
/
data
/
src
/
expr2.c
blob: 04b6a38d3d226101efc6541d483e2eef543a0459 [
file
] [
log
] [
blame
]
/* Test operators */
main
()
{
int
a
;
a
=
a
++;
}