view test/tmp5.c @ 39:c63c4fdeb9a7

struct done.
author kono
date Tue, 11 Feb 2003 22:36:51 +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:
    ;
}