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