view test/tmp5.c @ 33:8500dbb69dd9

bad macro processing. give up this method.
author kono
date Sun, 09 Feb 2003 23:17:23 +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:
    ;
}