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