Added 2 testcases for the IA32 backend
[libfirm] / ir / be / test / stmt_expr.c
index 2c439ba..ffffbf6 100644 (file)
@@ -1,3 +1,5 @@
+#include <stdio.h>
+
 #define maxint(a,b) \
        ({int _a = (a), _b = (b); _a > _b ? _a : _b; })