OSDN Git Service

Fix PR42186.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.misc-tests / matrix1.c
index 62c7115..f25a367 100644 (file)
@@ -35,12 +35,12 @@ int i,j,k;
                 {
                         if (c[i][j] != BOUND)
                         {
-                                /*printf("ERROR\n");*/
+                                puts("ERROR");
                                 return 0;
                         }
                 }
         }
        i=5;
 
-       exit (0);
+       return 0;
 }