more test added
[libfirm] / ir / be / test / array_type.c
index 6a6a508..668b02e 100644 (file)
@@ -1,3 +1,5 @@
+#include <stdio.h>
+
 int foo[255][4];
 
 int bar[4] = { 0, 1, 2, 3 };