copy_entity_own(): assert if the new type has already a fixed layout
[libfirm] / ir / be / test / const.c
1 #include <stdio.h>
2
3 int main() {
4         printf("%d\n", 0x1e00000);
5         return 0;
6 }