Test case for historical reasons
[libfirm] / ir / be / test / fehler131.c
1 void* p;
2
3 int main(void)
4 {
5         return p + 1 == p;
6 }