index
:
system_core.git
replicant-4.2
replicant-6.0
system/core
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libacc
/
tests
/
data
/
expr2.c
blob: 04b6a38d3d226101efc6541d483e2eef543a0459 (
plain
)
1
2
3
4
5
6
/* Test operators */
main
() {
int
a
;
a
=
a
++;
}