Use symbolic names instead of magic values for the position parameter of get_irn_n().
[libfirm] / ir / be / test / fehler131.c
1 void* p;
2
3 int main(void)
4 {
5         return p + 1 == p;
6 }