fehler98: gen_Cmp tries to build test with two immediates.
[libfirm] / ir / be / test / fehler98.c
1 char str[42];
2
3 int test(void)
4 {
5         return str != 0;
6 }