Added test case for Load-Add-Load conflict, that also seems to have missing skip...
[libfirm] / ir / be / test / fehler146.c
1 int *p;
2
3 int main(int argc, char **argv) {
4         return 0;
5 }
6
7 int f(int a) {
8         return p[a];
9 }