index
:
debian-compcert
master
pristine-tar
upstream
Debian packaging for CompCert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
regression
/
commaprec.c
blob: aa18eda54fa1fc6d49b46dec8cd6b0eab671ddf2 (
plain
)
1
2
3
4
5
6
extern int f(int, int); int g(int y) { int z = (y++, 0); return f((z = 1, z), y+2); }