diff test/tmp5.c @ 0:d35df41eac69

Initial revision
author kono
date Thu, 13 Jan 2000 02:41:41 +0900
parents
children 096559f07a70
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/tmp5.c	Thu Jan 13 02:41:41 2000 +0900
@@ -0,0 +1,9 @@
+/* check for normal compile bug */
+int gpc=3;
+main() {
+    gpc += 1;
+    if(gpc) goto next;
+    gpc /= 10;
+next:
+    ;
+}