fehler127: WTF - autobreak expects this to compile.
[libfirm] / ir / be / test / LuIs.c
1 /* testing conversion */
2 int test(unsigned long long x) {
3   return x;
4 }
5
6 int main() {
7   printf("%d\n", test(0x1234567812345678LL));
8   return 0;
9 }