fixed some more testapps
[libfirm] / ir / be / test / switch_test.c
index 5e0cfda..4cc9468 100644 (file)
@@ -38,4 +38,6 @@ int main()
   printf(" on %d %d\n", 4, test(4));
   printf(" on %d %d\n", 5, test(5));
   printf(" on %d %d\n", 6, test(6));
+
+  return 0;
 }