Use symbolic names instead of magic values for the position parameter of get_irn_n().
[libfirm] / ir / be / test / fehler127.c
1 int main()
2 {
3         if (0) {
4                 long (*foo) (long, long) = __builtin_expect;
5         }
6         return 0;
7 }