fehler127: WTF - autobreak expects this to compile.
[libfirm] / ir / be / test / Arrays.c
index 082e9ed..0e931a8 100644 (file)
@@ -1,4 +1,5 @@
 #include <stdio.h>
+#include <string.h>
 
 struct Arr2Object {
     int a[10];
@@ -36,7 +37,6 @@ static void pass_array_test(struct ArrObject *a, int a_len)
 int main(int argc, char *argv[]) {
   int i, j, bi;
   struct ArrObject ao[10];
-  struct ArrObject aob;
   struct Arr2Object a2o[2];
   struct Arr2Object a2;