view test/tmp5.c @ 48:8575ec496cd4

jump with overrupped struct (first code)
author kono
date Sun, 16 Feb 2003 01:01:06 +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:
    ;
}