Added trivial test case where optimize_reassociation will never get to a fixpoint...
[libfirm] / ir / be / test / reassoc-amok.c
1 int x, y;
2
3 int main()
4 {
5         return x + y + 32767;
6 }