comparison test/tmp5.c @ 0:d35df41eac69

Initial revision
author kono
date Thu, 13 Jan 2000 02:41:41 +0900
parents
children 096559f07a70
comparison
equal deleted inserted replaced
-1:000000000000 0:d35df41eac69
1 /* check for normal compile bug */
2 int gpc=3;
3 main() {
4 gpc += 1;
5 if(gpc) goto next;
6 gpc /= 10;
7 next:
8 ;
9 }