diff test/tmp5.c @ 172:096559f07a70

some check
author kono
date Tue, 25 Nov 2003 11:47:41 +0900
parents d35df41eac69
children
line wrap: on
line diff
--- a/test/tmp5.c	Mon Nov 24 20:28:19 2003 +0900
+++ b/test/tmp5.c	Tue Nov 25 11:47:41 2003 +0900
@@ -2,8 +2,9 @@
 int gpc=3;
 main() {
     gpc += 1;
-    if(gpc) goto next;
+    if(gpc) goto next0;
     gpc /= 10;
-next:
+next0:
     ;
+    return 0;
 }