Added test case for pbqp construction: There seems to be missing skip patterns, so...
[libfirm] / ir / be / test / fehler116.c
1 int main(void) {
2         float fy=3;
3         int c = 7 * fy;
4
5         printf("21 == %d \n", c);
6         return 0;
7 }