fixed the fix of the fix (that was fix)
[libfirm] / ir / be / test / fehler14.c
1 unsigned int c = 0xffffffff;
2 unsigned short b;
3
4 int main()
5 {
6         b = c;
7         printf("%x\n", b);
8         return 0;
9 }