fixed out-flags parsing
[libfirm] / ir / be / test / if.c
index 0cf5905..8d8fec2 100644 (file)
@@ -63,3 +63,8 @@ int test9(int a, int b)
        return a ? b : b;
 }
 #endif
+
+int main()
+{
+       return 0;
+}