index
:
cproc.git
defer
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
compound-assignment.c
blob: d7efcc678d4a28f9d8dc112903161e55335801b8 (
plain
)
1
2
3
4
void f(void) { int x[1] = {0}, *p = x; *p++ += 1; }