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