- BugFix: ensure that Convs are created in the right block
[libfirm] / ir / be / test / fehler157.c
1 long long f(unsigned x, unsigned y)
2 {
3         return (long long)x * y >> 32;
4 }
5
6 int main(void)
7 {
8         return 0;
9 }