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