copy_entity_own(): assert if the new type has already a fixed layout
[libfirm] / ir / be / test / trivial_empty.c
1 /*
2  * first, the empty function
3  * shows start and end nodes
4  */
5 int main(void) {
6     return 0;
7 }