Added test case for pbqp construction: There seems to be missing skip patterns, so...
[libfirm] / ir / be / test / fehler134.c
1 int main(void)
2 {
3         int x = 1;
4         asm("movl $0, %0" : "=m" (x));
5         return x;
6 }