view test/tmp5.c @ 100:a9e6f2a2946f

Wrote all code for PowerPC and no compile error. Let's fix all bugs...
author kono
date Fri, 14 Mar 2003 22:47:13 +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:
    ;
}