view test/tmp5.c @ 103:f849af4b5ea9

*** empty log message ***
author kono
date Mon, 17 Mar 2003 14:26:22 +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:
    ;
}