view test/tmp5.c @ 87:1738f313f98b floating-point

floating point (at most) done.
author kono
date Wed, 05 Mar 2003 21:07:20 +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:
    ;
}