view test/tmp5.c @ 585:a5b902b20300 ia32-no-rname

ia32 reconfigure end (correct?)
author kono
date Wed, 18 Jan 2006 12:26:48 +0900
parents 096559f07a70
children
line wrap: on
line source

/* check for normal compile bug */
int gpc=3;
main() {
    gpc += 1;
    if(gpc) goto next0;
    gpc /= 10;
next0:
    ;
    return 0;
}