Mercurial > hg > CbC > old > device
view test/tmp5.c @ 168:b1297c82e926 cpost-removal
cpostinc removal
author | kono |
---|---|
date | Mon, 24 Nov 2003 19:14:45 +0900 |
parents | d35df41eac69 |
children | 096559f07a70 |
line wrap: on
line source
/* check for normal compile bug */ int gpc=3; main() { gpc += 1; if(gpc) goto next; gpc /= 10; next: ; }