- Normalized some testprograms so that they have a main function and main
[libfirm] / ir / be / test / strenght_red.c
index ca5b905..0bc9cd0 100644 (file)
@@ -5,4 +5,6 @@ int main()
   for (i = 0; i < 10; ++i) {
     printf("%d\n", i * 4);
   }
+
+  return 0;
 }