fixed lots of warnings in testprograms
[libfirm] / ir / be / test / pbqp_RedN.c
1 #define GAMMEL
2
3 double M;
4
5 int main(void)
6 {
7   int j;
8 #ifdef GAMMEL
9   int Ke[1], Me[42], Ce[42];
10 #else
11         int Me[42], Ce[42];
12 #endif
13
14         while(!j)
15     for (j = 0; j < 1; j++)
16       M = Me[j] + Me[j + 1] + Me[j + 2] + Ce[j] + Ce[j + 1] + Ce[j + 2];
17
18         printf("done.\n");
19
20     return 0;
21 }