combo error
[libfirm] / ir / be / test / const.c
1 #include <stdio.h>
2
3 int main() {
4         printf("%d\n", 0x1e00000);
5         return 0;
6 }