fehler65 (from 253.perl)
[libfirm] / ir / be / test / psi_test.c
index 0a3f892..96ecdd1 100644 (file)
@@ -21,3 +21,8 @@ double func5(double a, double b, int c, int d) {
 int func6(double a, double b) {
        return a == 0.0 && b + 1.0 < 10.0;
 }
+
+int main()
+{
+    return 0;
+}