view test/tmp5.c @ 106:3618c0efe9d3

fix save_input_register
author kono
date Tue, 18 Mar 2003 11:00:04 +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:
    ;
}